12 2012 档案
摘要:效果图 #region 获取IP地址 /// /// 获取IP地址 /// /// public static string GetIpAddress() { //获取IP地址 string IpString = StringHelper.GetHtmlContentByUrl("http://iframe.ip138.com/ic.asp", "gb2312"); string regcityString = @"\[(.*)\]"; string IpAddress = StringHelper.Reg(regcityString
阅读全文

浙公网安备 33010602011771号