?? my_order.jsp
字號(hào):
<%@ 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大型購(gòu)物商城查看訂單</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -