📄 qkgwc.asp
字号:
<!--#include file="conn_xp/xp.asp"-->
<%
if request.Cookies("shopxp")("username")<>"" then
username=trim(request.Cookies("shopxp")("username"))
else
username=request.Cookies("shopxp")("dingdanusername")
end if
conn.execute("delete from shopxp_action where username='"&username&"' and zhuangtai=7")
response.Redirect "xpbuy.asp?action=show"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -