摘要:
#coding=utf-8'''Created on 2014-3-10@author: Administrator'''import zipfileimport shutil import osdef resign(apk_path, resign_apk_path): if not os.path.exists(apk_path): raise 0, "apk is not exist" # zf = zipfile.ZipFile(apk_path) zf.extractall("test") zf. 阅读全文
posted @ 2014-03-10 17:34
邓伟
阅读(635)
评论(0)
推荐(0)