关键字:choose,when,otherwise<c:choose> <c:when test="${bean.actualSumAmount == null}"> 未结算 </c:when> <c:otherwise> ${bean.actualSumAmount} </c:otherwise></c:choose>
jstl判断用法
原文:http://www.cnblogs.com/hjy1017/p/6389147.html