Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 .NET 3.5 的解决方案中导入 ZipFile 类(.NET 4.5 中的 System.IO.Compression.FileSystem.dll)?- 下载 dll 并将其添加到参考中会起作用吗?
Zip 是一种压缩标准,无论您如何压缩文件。任何其他支持 zip 的程序都可以解压缩您的文件。如果您使用 .net 4.5 中的 System.IO.Compression.FileSystem.dll 进行压缩,您可以使用 3.5 中支持的任何 zip 支持库进行解压缩。看看 DotNetZip 或 SharpZipLib。