python 切换目录

import os
os.getcwd() # 输出当前工作目录
os.chdir(path) # 改变工作目录至path
posted @ 2012-07-04 11:27  Daniel大东  阅读(1301)  评论(0)    收藏  举报