2018年7月18日
摘要: 1 public static string SaveImage(string url, string newfilename) 2 { 3 WebClient mywebclient = new WebClient(); 4 try 5 { 6 mywebclient.DownloadFile(url, Configurati... 阅读全文
posted @ 2018-07-18 10:16 Grom 阅读(1109) 评论(0) 推荐(0)