摘要: System.Net.WebClient wc = new System.Net.WebClient(); wc.Encoding = System.Text.Encoding.UTF8; wc.DownloadFile("http://www.baidu.com/", Server.MapPath("~/static/baidu.html")); 阅读全文
posted @ 2012-08-12 11:29 kuailewangzi1212 阅读(148) 评论(0) 推荐(0) 编辑