JavaScript语言精华 语句和表达式

JavaScript语言精粹 语句和表达式语句typeof运算符产生的值有number,string,boolean,undefined,f

JavaScript语言精粹 语句和表达式
语句

typeof


运算符产生的值有'number','string','boolean','undefined','function','object'
如果运算数是一个数组或null,那么结果是'object'这是不对的,看到鸡肋了吧