摘要: public static string GetIp(HttpContext context) { string result = String.Empty; result = context.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; //获取代理ip ... 阅读全文
posted @ 2017-06-16 14:32 SmilePastaLi 阅读(130) 评论(0) 推荐(0)