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