Home  >  Article  >  Web Front-end  >  What are the differences between and in jstl

What are the differences between and in jstl

一个新手
一个新手Original
2017-10-11 09:18:502453browse

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 and in jstl. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn