摘要: C#中下载一个网络上的文件 string url = "http://60.210.16.252/ifox/TGogoESUTGodTmk9JESuJfmg-LsAJ6Xl4AV-HliuS6PNs91v/SoHuVA_4.0.0.98-byd-b360-c1001-nsi-x.exe"; WebClient myWebClient = new WebClient(); myWebClient.DownloadFile(url, @"./down.exe");执行exe文件 System.Diagnosti... 阅读全文
posted @ 2013-03-02 22:16 大器天下 阅读(164) 评论(0) 推荐(0)