<%-- Created by IntelliJ IDEA. User: jhu Date: 2020/10/5 Time: 15:44 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"%>
图书搜索
价格: 元 -
当前购物车为空
您的购物车中有${sessionScope.cart.totalCount}件商品
您刚刚将${sessionScope.lastName}加入到了购物车中
书名: ${book.name}
作者: ${book.author}
价格: ¥${book.price}
销量: ${book.sales}
库存: ${book.stock}
<%@include file="/pages/common/page_nav.jsp"%>
<%@include file="/pages/common/footer.jsp"%>