<%-- Created by IntelliJ IDEA. User: jhu Date: 2020/10/19 Time: 22:56 To change this template use File | Settings | File Templates. --%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> 图书热销榜单 <%@include file="/pages/common/header.jsp"%>
<%int i=1;%>
排名 书名 价格 作者 销量
<%=i++%> ${book.name} ${book.price} ${book.author} ${book.sales}
<%@include file="/pages/common/footer.jsp"%>