<%@ 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"%>
名称 价格 作者 销量 库存 操作
${book.name} ${book.price} ${book.author} ${book.sales} ${book.stock} 修改 删除
添加图书
<%@include file="/pages/common/page_nav.jsp"%>
<%@include file="/pages/common/footer.jsp"%>