2023年1月13日

c# 创建压缩包并下载文件

摘要: //DLL using ICSharpCode.SharpZipLib.Core;using ICSharpCode.SharpZipLib.Zip; public void DownloadZipFile(string id) { string zipFilePath = Property.Get 阅读全文
posted @ 2023-01-13 12:59 林좋아해요 阅读(194) 评论(0) 推荐(0)