在IE浏览器上面

<c:if test="empty list">some thing
</c:if>
<c:if test=" not empty list">some thing
</c:if>
登录后复制

不显示。

<c:choose><c:when test="">something</c:when><c:otherwise>some thing</c:otherwise></c:choose>
登录后复制

都显示

以上就是jstl中<c:if >和<c:choose>有哪些区别的详细内容,更多请关注Work网其它相关文章!

09-13 06:59