📄 action.asp
字号:
<!--#include file="conn.asp"-->
<%itemname=request.Form("itemname")
if not itemname="" then
itemname=split(itemname,",")
for i = 0 to ubound(itemname)
call delit(itemname(i))
next
end if
response.Redirect("index.asp")
sub delit(itemname)
sql="update bing set numcount=numcount+1 where itemname='"&itemname&"'"
cn.execute sql
'response.Write(sql&"<br>")
end sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -