%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
商品详情页
<%@ include file="header.jsp"%>
商品详情
产品名称:${product.pname}
市场价格: ${product.pprice}
上市时间: ${product.ptime}
热销指数:
详细介绍:
${product.pinfo }
加入购物车
<%@ include file="footer.jsp"%>