摘要:
string clientIP = HttpContext.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (string.IsNullOrEmpty(clientIP)) clientIP = HttpContext.Request.ServerVariables["REMOTE_ADDR"]; if (string.IsNullOrEmpty(clientIP)) clientIP = HttpContext.Request.UserHostAddress; 阅读全文
posted @ 2012-10-08 11:37
静欲动
阅读(94)
评论(0)
推荐(0)
浙公网安备 33010602011771号