?? receipt.jsp
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ include file="common.jsp" %>
<%@ page import="java.util.*" %>
<jsp:useBean id="cart" scope="session" class="mypack.ShoppingCart"/>
<%
bookDB.buyBooks(cart);
// Payment received -- invalidate the session
session.invalidate();
%>
<html>
<head><title>TitleReceipt</title>
<%@ include file="banner.jsp" %>
</head>
<h3><%=request.getParameter("cardname")%>:謝謝您光臨新世紀網上書店。</h3><br>
<strong><a href="<%=request.getContextPath()%>/bookstore.jsp">繼續購物</a> </strong>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -