摘要: os 模块os.listdir(path)显示当前文件夹下的文件 以列表形式返回os.path.isdir(path) 判断当前文件是否是文件夹os.path.join(path, file) 将路径与文件连接 返回一个新的文件路径 阅读全文
posted @ 2014-11-13 17:18 stucs 阅读(161) 评论(0) 推荐(0)