排名 | 书名 | 价格 | 作者 | 销量 | |
<%=i++%> | ${book.name} | ${book.price} | ${book.author} | ${book.sales} | |
%-- 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" %>
排名 | 书名 | 价格 | 作者 | 销量 | |
<%=i++%> | ${book.name} | ${book.price} | ${book.author} | ${book.sales} | |