jstl中 和的區別

在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>

都顯示

why?

發佈了41 篇原創文章 · 獲贊 1 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章