且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

包括System.IO.Compression时,当前上下文中不存在名称“ ZipFile”

更新时间:2023-11-19 19:07:28

您是否尝试过将命名空间添加到当前文件中?

Have you tried adding the namespace to your current file? To do this add this to the top of the file.

 using System.IO.Compression;