📄 cart_clear.jsp
字号:
<%@ 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>清空购物车</title>
</head>
<body>
<table width="100%">
<tr bgcolor="E0E0E0" valign="top">
<td bgcolor="E0E0E0" align="center"><font size="2"><%out.println("您的购物车为空");%></font></td>
</tr>
<tr bgcolor="E0E0E0" valign="top">
<td bgcolor="E0E0E0"><div align="center">
<input name="submit" type="button" value="购物" onClick="window.location.href='../book/index.jsp';">
</div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -