jstl中<c:if>和<c:choose>有哪些区别
来源:懂视网
责编:小采
时间:2020-11-27 20:12:13
jstl中<c:if>和<c:choose>有哪些区别
jstl中<c:if>和<c:choose>有哪些区别:在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
导读jstl中<c:if>和<c:choose>有哪些区别:在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

在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>有哪些区别
jstl中<c:if>和<c:choose>有哪些区别:在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