28,409
社区成员




<%
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
%>