点击运行
JavaScript typeof
typeof 运算符把对象、数组或 null 返回 object。
typeof 运算符不会把函数返回 object。
运行结果