摘要:
1.IsMatch() //IP正则表达式 private static Regex _ipregex = new Regex(@"^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}... 阅读全文
摘要:
代理HTTP_VIA /// /// 获得请求的ip /// /// public static string GetIP() { string ip = string.Empty; ... 阅读全文