jstl判断用法

关键字:choose,when,otherwise
<c:choose>
<c:when test="${bean.actualSumAmount == null}">
未结算
</c:when>
<c:otherwise>
${bean.actualSumAmount}
</c:otherwise>
</c:choose>
posted @ 2017-02-11 14:45  黄小易  阅读(1190)  评论(0编辑  收藏  举报