在jsp页面导入函数标签库 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> list的长度是:${fn:length(list)} 而不能使用 在jsp页面中不能通过${list.size}取列表长度。