今天,我检查了python如何实现sys.path。我发现它指向sys.pi文件(Windows中的python 2.7.8)。见代码
argv = []
__stdout__ = file(__file__)
__name__ = 'sysoverride'
__stderr__ = file(__file__)
dllhandle = 0
exitfunc = None
stdin = file(__file__)
modules = {}
last_type = None
stderr = file(__file__)
path = []
last_value = None
hexversion = 17105408
我的问题是python如何使用path = []语句打印出python路径列表。这让我很困惑。 感谢