JSP 取list的长度
引入:<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
List的长度:${fn:length(companies)}
此博客已暂停维护,博主已搬家至 https://dukec.cn/
引入:<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
List的长度:${fn:length(companies)}