You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
893 B
31 lines
893 B
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>展示Controller接收及响应数据</title>
|
|
</head>
|
|
<body>
|
|
Success!
|
|
<br>
|
|
商品信息已在控制台输出!
|
|
<%--<br>--%>
|
|
<%--商品名称:${productInfo.pname}--%>
|
|
<%--<br>--%>
|
|
<%--是否热门:${productInfo.isHot}--%>
|
|
<%--<br>--%>
|
|
<%--市场价格:${productInfo.marketPrice}--%>
|
|
<%--<br>--%>
|
|
<%--销售价格:${productInfo.shopPrice}--%>
|
|
<%--<br>--%>
|
|
<%--商品图片:${productInfo.image}--%>
|
|
<%--<br>--%>
|
|
<%--分类名称:${productInfo.category.cname}--%>
|
|
<%--<br>--%>
|
|
<%--商品描述:${productInfo.pdesc}--%>
|
|
<%--<br>--%>
|
|
<%--上架日期:${productInfo.pdate}--%>
|
|
</body>
|
|
</body>
|
|
</html> |