摘要:
记录一下:https://blog.csdn.net/lizhenxiqnmlgb/article/details/82141968 阅读全文
摘要:
记录一下:https://blog.csdn.net/qq_40544338/article/details/103599590 阅读全文
摘要:
/// <summary> /// 下载方法 /// </summary> private UpdateWork DownLoad() { //截取文件名 //构造文件完全限定名,准备将网络流下载为本地文件 using (WebClient web = new WebClient()) { fore 阅读全文