python --os.chdir()方法

原理:

os.chdir()方法是用于改变当前工作路径到指定路径。

语法:

os.chdir(path)

参数:

path 即要切换的新路径。

example:

python --os.chdir()方法

上一篇:chdir()可以接受相对路径吗?


下一篇:linux 学习