willschang

在shell里编辑:

import os

os.getcwd()   #取得当前工作目录

os.chdir(r\'目标目录\')   # os.chdir(r\'d:\learnpy\')

 

 

分类:

技术点:

相关文章: