test1.asp
来自「ASP编写的一个公司网站的源程序」· ASP 代码 · 共 9 行
ASP
9 行
<%
Response.Write Request.ServerVariables("server_name")&"<br>"
Response.Write Request.ServerVariables("http_host")
If UCase(Request.ServerVariables("http_host"))=UCase("szeasydo.com") or UCase(Request.ServerVariables("http_host"))=UCase("www.szeasydo.com") then
Response.Redirect "/index.asp"
End IF
Response.End
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?