2013年4月27日

C# 使用 WebClient 从Web 地址下载文件到本地.

摘要: 简单的下载方式.控制台测试代码如下: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Net; 6 using System.Text; 7 8 namespace ConsoleApplication2 9 {10 class Program11 {12 static void Main(string[] args)13 {14 new WebClient... 阅读全文

posted @ 2013-04-27 16:31 胡一凡 阅读(530) 评论(0) 推荐(0) 编辑

导航