摘要: 1 #coding:utf-8 2 import tarfile 3 import zipfile 4 import rarfile 5 import os 6 import shutil 7 class parsePackage: 8 def __init__(self): 9 self.funcMap={'tar':self.untar, 10 ... 阅读全文
posted @ 2017-04-16 13:35 龚细军 阅读(634) 评论(0) 推荐(0) 编辑