<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> 书城首页 <%--静态包含:base标签,css样式,js脚本--%> <%@ include file="/pages/common/head.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"%>