在這篇筆記中,我們會說明如何利用typeof 這個內建的關鍵字來正確地檢驗運算元的 ... var a = 3; console.log(typeof a); // number var b = "Hello"; ...
確定! 回上一頁