⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ordercompleted.jsp

📁 《J2EE企业级应用开发》一书的配套源代码
💻 JSP
字号:
<html><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%@ page contentType="text/html;charset=gb2312" errorPage="error.jsp"%> 
<head>
<title>
welcome
</title>
<jsp:include page="header.jsp" flush="true"/>
<jsp:include page="sidebar.jsp" flush="true"/>
<jsp:useBean id="shoppingSession" scope="session" class="com.j2eeapp.cdstore.bean.ShoppingSession" />
<body>
<h2>
Order completed
</h2>
您的订单号为:<%=(String)request.getParameter("orderId")%>

<a href="login.jsp">继续购物</a>

<jsp:include page="footer.jsp" flush="true"/>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -