top.asp
来自「人才招聘系统,用asp做的」· ASP 代码 · 共 12 行
ASP
12 行
<!-- #include file="config.asp" -->
<!--#include file=svceratie.asp-->
<!--#include file=killcvc_1.asp-->
<!--#include file=cncher.asp-->
<!--#include file=helpercompany.inc-->
<!--#include file=personss.asp-->
<%
dim diqu,dq
dq=trim(request("diqu"))
if len(dq)>3 or Instr(dq,"=")>0 or Instr(dq,"@")>0 or Instr(dq,"%")>0 or Instr(dq,chr(32))>0 or Instr(dq,"?")>0 or Instr(dq,"&")>0 or Instr(dq,";")>0 or Instr(dq,",")>0 or Instr(dq,"'")>0 or Instr(dq,"^")>0 or Instr(dq,chr(34))>0 or Instr(dq,chr(9))>0 or Instr(dq,"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?