摘要: Request.ServerVariables["REMOTE_ADDR"]来取得客户端的IP地址,但如果客户端是使用代理服务器来访问,那取到的就是代理服务器的IP地址,而不是真正的客户端IP地址。要想透过代理服务器取得客户端的真实IP地址,就要使用 Request.ServerVariables[... 阅读全文
posted @ 2014-05-27 11:16 SunRain117 阅读(600) 评论(0) 推荐(0) 编辑