摘要: JSTL中 forEach 跳出循环的方法 <c:set var="i" value="0"></c:set> //相当于int i=0; <c:forEach var="good" items="${goods }" varStatus="status"> <c:if test="${i<4 }" 阅读全文
posted @ 2022-12-27 14:04 Huathy 阅读(78) 评论(0) 推荐(0)