使用python获取路径问题时间:2021-10-18 12:14:52import sys curDir = sys.path[0] sys.path.append(curDir + '\\models') sys.path.append(curDir + '/models')