标签: html css jsp jstl
我想从这段代码中检索我得到的类名:
<c:set var="counter" value="0"/> <c:forEach ...> <c:forEach ...> <c:set var="counter" value="${counter + 1}"/> <DIV class="div${counter}"> ... </DIV> </c:forEach> </c:forEach>
是否可以从此JSP页面的CSS代码中获取生成的类名?