📄 my_order.jsp
字号:
<%@ include file = "../../config.jsp" %>
<%@ page import="java.util.*"%>
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ManagerPurchase" scope="page" class="myshop.purchase_sys.ManagerPurchase"/>
<%
Hashtable HashResult = new Hashtable();
HashResult = ManagerPurchase.myOrder(request,tb_orders_main,tb_orders_r_info,tb_shop_catalog,tb_shop_product_info);
%>
<html>
<head>
<title>CWC大型购物商城查看订单</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../style" rel="stylesheet" type="text/css">
</head>
<body>
<%@ include file = "../../head.jsp" %>
<br>
<%=HashResult.get("HtmlStr")%>
<%@ include file="../../foot.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -