欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

jstl中有哪些区别

程序员文章站 2022-04-07 10:58:34
...
在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>有哪些区别的详细内容,更多请关注其它相关文章!