1、无需导包
<c:if test="${!empty list}">
</c:if>
2、需导包
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<c:if test="${list== null || fn:length(list) == 0}">
</c:if>
05-27
5541

05-12
1510

12-23
760
