摘要: #Asp.Net获取用户真实IP方法 private static string GetClientIP(HttpContext context) { string result = context.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; i 阅读全文
posted @ 2021-01-05 16:57 hboy2015 阅读(258) 评论(0) 推荐(0)