添加工作路径
import sys sys.path.append('/home/shawn/code')
获取当前工作目录
os.getcwd()
改变当前工作目录 dir为具体路径
os.chdir("/dir")