标签:join color col os.path import strong imp 查看 下标
1.sys os 模块
import sys import os
2.查看默认的导包路路径:
print(sys.path)
3.路径拼接
os.path.join(url, ‘apps‘))
4.追加导包路路径
sys.path.insert(0, os.path.join(url, ‘apps‘)) # insert(0, "") 插入下标为0的位置
标签:join color col os.path import strong imp 查看 下标
原文地址:https://www.cnblogs.com/lzc978/p/10295576.html