jsp中判断if 和 else

    <c:choose>
                   <c:when test="${date==datetime}">
                      <div id="edit_button_div" class="edit_button_div" style="padding-left: 100px;">
                      <img id="img" alt="保存文档" src="<%=paths%>/office/images/edit_save_office.gif" onclick="saveFileToUrl()"/>  
                </div>   
                   </c:when>
                   <c:otherwise>
                      <div id="edit_button_div" class="edit_button_div" style="padding-left: 100px;">
                      <img id="img" style="visibility: hidden;" alt="保存文档" src="<%=paths%>/office/images/edit_save_office.gif" onclick="saveFileToUrl()"/>  
                </div>
                   </c:otherwise>
                </c:choose>

posted on 2016-10-12 15:36  guols  阅读(6379)  评论(0编辑  收藏  举报