1
44
168
249
274
using (WebClient wc = new WebClient()) { ////同步下载 wc.DownloadFile(new Uri(picUrl), savePath); } savePath:下载的文件需要...