标签:length jsp tag UNC stl func list div ref
方法1
${cimlistForJsp.size()}
方法2,引入
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
之后
${fn:length(cimlistForJsp)}
标签:length jsp tag UNC stl func list div ref
原文地址:https://www.cnblogs.com/jnhs/p/10039502.html