📜  python 将工作目录更改为文件目录 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:27.188000             🧑  作者: Mango

代码示例2
import os
os.chdir(new_working_directory)