2009年6月20日星期六

Python Shell中切换目录

import os
os.getcwd() # 输出当前工作目录
os.chdir(path) # 改变工作目录至path

没有评论:

发表评论