python中怎么查看当前工作目录和更改工作目录

查询当前目录:os.getcwd()

更改当前目录:os.chdir()

原文地址:https://www.cnblogs.com/Blaxon/p/4402010.html