运维网's Archiver
论坛
›
Python
› Python 中 的 sys.path 的添加问题
louyaoluan
发表于 2017-5-2 09:28:16
Python 中 的 sys.path 的添加问题
装了python,下载源代码,python却找不到路径。
import sys
sys.path
sys.path.append("d:\\src")
页:
[1]
查看完整版本:
Python 中 的 sys.path 的添加问题