摘要: 1 public void DownloadFile(string URL, string filename) 2 { 3 HttpWebRequest req = null; 4 HttpWebResponse rep = null; 5 Stream st = null; 6 Stream so 阅读全文
posted @ 2024-08-14 18:11 Chanwah 阅读(81) 评论(0) 推荐(0)