Python 改变当前工作目录时间:2023-03-09 09:52:47 在shell里编辑: import os os.getcwd() #取得当前工作目录 os.chdir(r'目标目录') # os.chdir(r'd:\learnpy')