📄 admindeptdel.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<%
dim sql
dim rs,id
if request("id")="" then
response.write "<br>"+"<li>id号码为空,你试图进行不合法的操作!请注意你的行为!"
response.end
else
id=trim(request("id"))
end if
if Instr(request("id"),"=")>0 or Instr(request("id"),"%")>0 or Instr(request("id"),chr(32))>0 or Instr(request("id"),"?")>0 or Instr(request("id"),"&")>0 or Instr(request("id"),";")>0 or Instr(request("id"),",")>0 or Instr(request("id"),"'")>0 or Instr(request("id"),",")>0 or Instr(request("id"),chr(34))>0 or Instr(request("id"),chr(9))>0 or Instr(request("id"),"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -