1.jstl c 标签实现判断功能
摘要:单个判断:<c:if test="${resource.value=='GALL' && resource.checked == true}"> context here!</c:if>多重判断:<c:choose> <c:when test="${resource.value=='GALL' && resource.checked == true}"> Your context here! </c:when> <c:othe
阅读全文
posted @ 2012-06-13 20:39
浙公网安备 33010602011771号