operation.asp
来自「模块及功能: 1.汽车新闻 分类.查询.翻页 2.出售信息 搜索.评」· ASP 代码 · 共 16 行
ASP
16 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?