python中获取当前路径并添加到系统路径

import os
import sys
sys.path.append(os.getcwd())
原文地址:https://www.cnblogs.com/wzdLY/p/9761015.html