摘要: import os os.path.join('C:\\Users\\asweigart', filename) os.getcwd() # 获取当前目录 os.chdir(‘dirname’) # 改变当前目录 os.path.exits() # 文件或文件夹是否存在 os.path.isdir( 阅读全文
posted @ 2018-09-27 17:38 keep2021 阅读(148) 评论(0) 推荐(0) 编辑