?? receipt.jsp
字號(hào):
<%@ 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")%>:謝謝您光臨新世紀(jì)網(wǎng)上書(shū)店。</h3><br>
<strong><a href="<%=request.getContextPath()%>/enter">繼續(xù)購(gòu)物</a> </strong>
<%--
</body></html>
--%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -