可以使用 os 模块在 Python 中更改目录或 cd。它接收要切换到的目录的相对/绝对路径作为输入。
>>> import os >>> os.chdir('my_folder')
916 次浏览
完成课程即可获得认证