Home >
Article > Web Front-end > What are the differences between
On IE browser
<c:if test="empty list">some thing </c:if> <c:if test=" not empty list">some thing </c:if>
is not displayed.
<c:choose><c:when test="">something</c:when><c:otherwise>some thing</c:otherwise></c:choose>
all show
The above is the detailed content of What are the differences between