Python:檢視已安裝模組 和 檢視可匯入模組

chnyac發表於2018-04-23

檢視已安裝模組(命令列)

pip list

檢視可匯入模組(IDE直譯器)

help('modules')

相關文章