📄 diqu_chk.asp
字号:
<!--#include file=../conn.asp-->
<%
dim rs,id,sql,comid,rs1,sql1,jilu,ThisPage,k,cmdTemp
dim Allrecord,Pagesize,Allpage
if request("page")="" then
ThisPage=1
else
ThisPage=request("page")
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 + -