在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
static void Main(string[] args) { WebClient client = new WebClient(); client.Encoding = Encoding.GetEncoding("gb2312"); if (true) { WebProxy proxy = new WebProxy(); proxy.UseDefaultCredentials = false; proxy.Address = new Uri("http://183.239.167.122:8080"); // new Uri("http://183.239.167.122:8080"); client.Proxy = proxy; } string result = client.DownloadString("http://1212.ip138.com/ic.asp"); Console.WriteLine(result); Console.WriteLine(); Console.WriteLine("OVER"); Console.ReadLine(); } 注:免费代理来源: 百度“http代理”。 |
请发表评论