28,406
社区成员
发帖
与我相关
我的任务
分享
<%
ServerIP = Request.ServerVariables("LOCAL_ADDR")
if (ServerIP = "127.0.0.1") or (InStr(ServerIP, "192.168.0.") > 0) then
Response.Redirect("http://192.168.0.200/2.asp")
else
Response.Redirect("http://www.hao123.com")
end if
%>