摘要: 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}... 阅读全文
posted @ 2014-09-23 11:29 随心所意 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 代理HTTP_VIA /// /// 获得请求的ip /// /// public static string GetIP() { string ip = string.Empty; ... 阅读全文
posted @ 2014-09-23 11:16 随心所意 阅读(775) 评论(0) 推荐(0) 编辑