<tr> <th > 序号 </th> </tr> <c:forEach items="${carslist}" var="car" varStatus="status"> <tr> <td> ${status.index+1} </td> </tr> </c:forEach>