Type checker 可以在compile 的時候檢查變數的型別,也可以延遲到執行時才進行檢查,這就是static type-checking 與dynamic type-checking 的差別。
確定! 回上一頁