OS模块功能
摘要:
os.getcwd() 获取当前工作目录,即当前python脚本工作的目录路径 import os print(os.getcwd()) os.chdir("dirname") 改变当前脚本工作目录;相当于shell下cd os.chdir('E:\Python学习') # 这里输入你要进入的文件夹 阅读全文
posted @ 2019-11-27 13:27 农夫三拳有點疼 阅读(675) 评论(0) 推荐(0) 编辑
posted @ 2019-11-27 13:27 农夫三拳有點疼 阅读(675) 评论(0) 推荐(0) 编辑
posted @ 2019-11-27 11:35 农夫三拳有點疼 阅读(578) 评论(0) 推荐(0) 编辑
posted @ 2019-11-27 09:11 农夫三拳有點疼 阅读(554) 评论(0) 推荐(0) 编辑