跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
os.chdir()
python os.chdir()的使用
1、os.chdir()用于改变当前工作目录到指定的路径。 2、语法为os.chdir(path)。 3、参数 […]