<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 锋迷网-订单预览 <%@ include file="header.jsp"%>

订单预览温馨提示:请添加你要邮递到的地址

序号 商品名称 价格 数量 小计
${i.count} ${c.name} ${c.price} ${c.num} ${c.money}
收货地址
添加收货地址

商品金额总计:¥  ${sum}

<%@ include file="footer.jsp"%>