摘要: import tarfile import os, shutil filepath = 'd:/python project' ftarname = './test.tar.gz' tarlib = './test/' print(os.getcwd()) #==================gz压缩文件=================== # with tarfile.open(ftarn... 阅读全文
posted @ 2018-01-12 11:12 我是外婆 阅读(143) 评论(0) 推荐(0) 编辑