theoforce 发表于 2018-8-9 09:58:51

Mac系统之Python命令行tab键补全

python  
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
  
on darwin
  
Type "help", "copyright", "credits" or "license" for more information.
  
>>> import sys
  
>>> print sys.p
  
sys.path                sys.platform            sys.ps2
  
sys.path_hooks          sys.prefix            sys.py3kwarning
  
sys.path_importer_cache sys.ps1
  
>>> print sys.p
页: [1]
查看完整版本: Mac系统之Python命令行tab键补全