从帮助(zip文件):
| write(self, filename, arcname=None, compress_type=None) | Put the bytes from filename into the archive under the name | arcname.
因此,尝试使用以下命令更改您的write()调用:
x.write(folder + '/' + item + '/' + f, arcname = f)
关于您的代码,在我看来似乎已经足够好了,特别是对于一个为期3周的pythonist来说,尽管会受到一些欢迎;-)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)