jstl中和有哪些区别
程序员文章站
2022-04-27 19:03:41
...
在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>有哪些区别的详细内容,更多请关注其它相关文章!
上一篇: Python中的time模块与datetime模块
下一篇: JS基于递归实现倒计时效果的方法