直接将你要导入的模块所在目录加入系统变量再导入即可
path = os.path.abspath('..')sys.path.append(path)import readConfig
posted on 2019-02-27 17:42 愚哥 阅读(579) 评论(0) 收藏 举报