240 私信
这个人很懒,暂无签名信息
0

C# 文件下载(一)同步

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

个人介绍
暂无介绍