2014年3月19日

C# 爬虫批量下载文件

摘要: public static void DownFile(string url, string path, string fileName) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); request.UserAgent = "Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13... 阅读全文

posted @ 2014-03-19 21:06 雪 狼 阅读(2190) 评论(0) 推荐(0)

导航