%
a=request.ServerVariables("URL")&"?"&request.ServerVariables("QUERY_STRING")
b=request.ServerVariables("QUERY_STRING")
IPAddress=Request.ServerVariables("REMOTE_HOST")
'response.Write b&"
"
if b<>"" then
response.Write "路径有误:"
response.write(IPAddress)
response.End
end if
%>
![]() |