C#-WebClient下载文件

using (var wc = new WebClient())
{
    wc.DownloadFile(downloadUri, downloadedZipFile);
}

 

posted @ 2023-08-30 09:04  ꧁执笔小白꧂  阅读(133)  评论(0)    收藏  举报