typeof "John" // 返回string typeof 3.14 // 返回number typeof false // 返回boolean typeof [1,2,3,4] // 返回object typeof {name:'John', age:34} // 返回object.
確定! 回上一頁