//typeof 可返回的原始类型 typeof '' //string typeof 1 //number typeof true 或false // boolean 布尔值 typeof [1,2,3] // object 数组即对象 ...
確定! 回上一頁