cart_clear.asp

来自「网上购物系统」· ASP 代码 · 共 12 行

ASP
12
字号
<%
Session.Contents.Remove("sum")
Session.Contents.Remove("ProdIds")
Session.Contents.Remove("ProdNums")
Session.Contents.Remove("ProdPrices")
Session.Contents.Remove("y")
response.redirect "Cart_List.asp"
response.End
%>


⌨️ 快捷键说明

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