摘要: public static string GetUserIP() { if (System.Web.HttpContext.Current.Request.ServerVariables["HTTP_VIA"] != null) { string ip = System.Web.HttpContex 阅读全文
posted @ 2020-11-24 18:07 RookieCoderAdu 阅读(408) 评论(0) 推荐(0)