Python 3 教程
Python 內(nèi)置函數(shù)
help() 函數(shù)用于查看函數(shù)或模塊用途的詳細說明。
help 語法:
help([object])
參數(shù)說明:
返回對象幫助信息。
以下實例展示了 help 的使用方法: