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.
我正在开发一个需要在服务器上压缩文件并将压缩文件压缩到 Android 移动设备的应用程序。服务器将使用 python 脚本压缩文件。将压缩文件发送到 Android 设备并在手机上解压缩文件的最快最适合的推荐压缩方法是什么?
最快的是级别 1 的zlib.compress。我不知道您所说的“最合适”是什么意思。