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.
可能重复: 使用 zipmodule 重命名 zip 文件夹中的文件
我正在处理一个包含多个文件的 zip 存档。我正在检索 zip 中包含的文件的名称列表,我想要实现的是根据我的条件重命名一些文件。
您可以对解压缩的存档执行的唯一操作是只读操作;您无法编辑 zip 文件中任何内容的内容。