JSTL中if/else使用

<c:forEach var="i" begin="1" end="${totalPage}" step="1"> <c:choose> <c:when test="${i==currentPage}"><span class="current">${i}</span></c:when> <c:otherwise><a href="#"><c:out value=
相關文章
相關標籤/搜索