<%@ 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"%>
商品名称 数量 单价 金额 操作
亲,当前购物车为空,快去和小伙伴浏览书籍吧!
${entry.value.name} ${entry.value.price} ${entry.value.totalPrice} 删除
购物车中共有${sessionScope.cart.totalCount}本书籍 总金额${sessionScope.cart.totalPrice} 清空购物车 去结账
<%@include file="/pages/common/footer.jsp"%>