1、typeof:object、null、array類型的值都是object,其他類型的都是正確。 console.log(typeof 2); // number console.log(typeof true); ...
確定! 回上一頁