1. 程式人生 > >El標籤如何判斷物件是否為空

El標籤如何判斷物件是否為空

<c:if test="${empty id}">
          <input type="button" value="確定" class="btn btn-info  " style="width:80px;" onclick="mm('xiugai')"/>&nbsp;&nbsp;
     </c:if>
     <input type="button" value="返回" class="btn btn-info  " style="width:80px;" onclick="javascript:history.back(-1);"/>
     ID物件為空有確定按鈕  沒有則沒有