typeof null == ‘object’总是返回true,因为这是自JS诞生以来null的实现。曾经有人 提出将typeof null == ‘object’修改为typeof null == ‘null’,但是被拒绝了,因为这将 导致更多的bug。 我们可以使用严格相等运算符===来检查值是否为null。 function isNull(value){ return value = null; } Was this helpful? YesNo 0 / 0 上一篇: 前端面试题:微信小程序,生命周期? 下一篇: 前端面试题:png、jpg、gif这些图片格式解释一下,分别什么时候用。 有没有了解过webp? 发表回复 取消回复0 Your email address will not be published. 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。