Windows 10 下
Python 3.7.3
>>> import sys,os
>>> len(dir(sys))
90
>>> len(dir(os))
150
>>> len(dir(os.path))
56

Centos7下
Python 3.7.3
>>> import sys,os
>>> len(dir(sys))
89
>>> len(dir(os))
339
>>> len(dir(os.path))
55
>>>

Windows 10 下
Python 3.7.3
>>> import sys,os
>>> len(dir(sys))
90
>>> len(dir(os))
150
>>> len(dir(os.path))
56

Centos7下
Python 3.7.3
>>> import sys,os
>>> len(dir(sys))
89
>>> len(dir(os))
339
>>> len(dir(os.path))
55
>>>

1771

被折叠的 条评论
为什么被折叠?