首页
IT
登录
6mi
u
盘
搜
搜 索
IT
python打包列表文件到一个包
python打包列表文件到一个包
xiaoxiao
2025-09-05
603
python打包列表文件到一个包
def tar_file(tarfile_list): ret = os.system('tar pzcvf /x.tar.gz %s' % (' '.join(tarfile_list))) if ret == 0: return True else: return False
转载请注明原文地址: https://ju.6miu.com/read-1302338.html
最新回复
(
0
)