userip=Request.ServerVariables("HTTP_X_FORWORD_FOR")
if userip="" then
userip=Request.ServerVariables("REMOTE_ADDR")
End if
userip=Request.ServerVariables("HTTP_X_FORWORD_FOR")
if userip="" then
userip=Request.ServerVariables("REMOTE_ADDR")
End if

被折叠的 条评论
为什么被折叠?