参考:https://stackoverflow.com/questions/44816190/dotnetzip-ionic-zip-dll-doesnt-work-with-compress-chinese-file-or-folder-name
使用默认构造函数将导致编码不支持中文,表现为带有中文字符的文件、文件夹无法添加到压缩包。
解决方案是,使用带有编码参数的构造函数重载,并传递 System.Text.Encoding.Default .