Python 3:sys.path


#Python 笔记


快速查看 sys.path

$ python3 -c "import sys;print(sys.path)"


( 本文完 )