<c:forEach item=“bean”>
<c:if test=“${break1==true}”>
执行的代码
</c:if>
<c:if test=“需要break的条件”>
<c:set var="break1" value="false" scope="page"/>
</c:if>
</c:forEach>
C:forEach标签模拟break
最新推荐文章于 2021-12-11 21:19:10 发布