c标签判断对象是否为空

<c:if test="${not empty studentList}">

非空

</c:if>

 

 

<c:if test="${empty studentList}">

</c:if>

 

posted @ 2013-10-12 13:22  行-云  阅读(676)  评论(0)    收藏  举报