摘要: 正则表达式简单的使用 OS模块常用 os.stat('path/filename') 获取文件/目录信息os.path.dirname(path)返回path的目录os.path.exists(path)如果path存在,返回True,如果不存在返回 Falseos.path.join(path1, 阅读全文