摘要: import osprint(os.getcwd())#获取当前目录,即当前python脚本工作的路径print(os.chdir(r'D:\tool\python3.7.6\a13'))#改变当前脚本工作目录,相当shell中的cdprint(os.getcwd())#获取当前目录print(os 阅读全文
posted @ 2020-06-09 22:01 安好_世界 阅读(181) 评论(0) 推荐(0)