导航

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

Posted on 2018-10-09 16:21  wzd321  阅读(1609)  评论(0编辑  收藏  举报
import os
import sys
sys.path.append(os.getcwd())