标签:typeof com tostring 种类型 html 类型 实例 https call
由上图可知,数组类型Array,对象类型Object,null类型都返回了Object,所以应该细分。
constructo可以判断多种类型,在使用typeof时判断数组、对象、正则、时间都为对象,但在使用constructor时可以判断正确的类型,缺点是只在IE8以上可用
可以判断多种对象类型,需要用到call或者apply。
标签:typeof com tostring 种类型 html 类型 实例 https call
原文地址:https://www.cnblogs.com/flower-y/p/11442342.html