?? cart_clear.jsp
字號(hào):
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="java.util.Vector"%>
<%session.removeAttribute("cart");%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>清空購(gòu)物車(chē)</title>
</head>
<body>
<table width="100%">
<tr bgcolor="E0E0E0" valign="top">
<td bgcolor="E0E0E0" align="center"><font size="2"><%out.println("您的購(gòu)物車(chē)為空");%></font></td>
</tr>
<tr bgcolor="E0E0E0" valign="top">
<td bgcolor="E0E0E0"><div align="center">
<input name="submit" type="button" value="購(gòu)物" onClick="window.location.href='../book/index.jsp';">
</div></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -