你可以使用 os 模块在 Python 中更改目录或 cd。它将你想要切换到的目录的相对/绝对路径作为输入。
>>> import os >>> os.chdir('my_folder')
917 阅读
完成该课程,获得认证