Update top.jsp

更新热榜
main
threecat-up 3 years ago committed by GitHub
parent 642ead557a
commit af4c646b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@
<td>作者</td>
<td style="color: red">销量</td>
</tr>
<%!int i=1;%>
<%int i=1;%>
<c:forEach items="${requestScope.page.items}" var="book">
<tr>
<td><%=i++%></td>
@ -61,4 +61,4 @@
<%@include file="/pages/common/footer.jsp"%>
</body>
</html>
</html>

Loading…
Cancel
Save