<c:if test="${not empty studentList}">
非空
</c:if>
<c:if test="${empty studentList}">
空
</c:if>
<c:if test="${not empty studentList}">
非空
</c:if>
<c:if test="${empty studentList}">
空
</c:if>
转载于:https://www.cnblogs.com/ooi-/p/3365081.html