jstl遍历
<c:forEach/>作用:遍历输出使用<c:forEach begin="1" end="10" var="i"> <tr> <td>第${i}行</td> </tr></c:forEach>