使用
<c:forEach/>存在的标记作为替代
while,
do-while并
jstl通过进行循环
scriptlet
<c:forEach var="i" begin="0" end="50" step="3" > <c:out value="${i}"/></c:forEach>begin用于初始化,
end终止和
step增量

使用
<c:forEach/>存在的标记作为替代
while,
do-while并
jstl通过进行循环
scriptlet
<c:forEach var="i" begin="0" end="50" step="3" > <c:out value="${i}"/></c:forEach>begin用于初始化,
end终止和
step增量