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

时间:2021-06-06 10:42:44
import os
import sys
sys.path.append(os.getcwd())

相关文章