【数据类型的判断】: ---typeof 以字符串的类型返回,基本类型 typeof null 》返回的时object ---instanceof (实例)判断对象的具体类型 返回的时布尔值 ---=== 相关文章: