摘要: sys模块 shutil模块 shutil对压缩包的解压处理 阅读全文
posted @ 2019-03-15 16:22 _chy 阅读(251) 评论(0) 推荐(0) 编辑
摘要: import os os.getcwd() 同Linux的pwd os.chdir("/opt") 同Linux的cd os.curdir 返回当前目录 os.pardir 获取上一层目录字符串名 os.makedirs("/a/b/c") 生成多... 阅读全文
posted @ 2019-03-15 15:12 _chy 阅读(218) 评论(0) 推荐(0) 编辑