关于JSP的C标签之forEach循环分隔符实现

xiaoxiao2021-02-28  128

<c:forEach items="${speFormList}" var="speForm" > <c:if test="${flag}">,</c:if> ${speForm.speId} <c:set var="flag" value="true" scope="request"/> </c:forEach>
转载请注明原文地址: https://www.6miu.com/read-21236.html

最新回复(0)