📄 operation.asp
字号:
<%
operation=trim(request("operation"))
if operation <> "" then
%>
<%
if InStr(operation,",") >= 1 OR InStr(operation,"%") >=1 OR InStr(operation,"<") >=1 OR InStr(operation,">") >=1 OR InStr(operation,"=") >=1 OR InStr(operation,"'") >=1 then%>
<b><font color="#FF0000">×</b>主要业务中不能有%、'、=、<和>等非法字符! </font>
<%
response.end
end if
%>
<b><font color="#008000">√</font></b>
<%else%>
<b><font color="#008000">√</font></b>您的主要业务,可以不填!
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -