pythonCurrentWorkingDirectory - juedaiyuer/researchNote GitHub Wiki

#python当前工作目录#

import os
os.chdir("目标目录")		#修改当前工作目录
os.getcwd()				#获取当前工作目录