Python 基礎(chǔ)教程
Python 內(nèi)置函數(shù)
reload() 用于重新載入之前載入的模塊。
reload() 函數(shù)語法:
reload(module)
返回模塊對(duì)象。
以下實(shí)例展示了 reload() 的使用方法: