JavaScript:什么是null的数据类型?

这个问题在这里已经有了答案:

  • 为什么null是一个对象,null和undefined有什么区别? 20个答案
  • 为什么是typeof null“object”? 5个答案

  • null的类型是对象。

    你可以用typeof关键字检查任何变量的类型。 例如

    typeof null
    

    检查下面的链接了解更多详情。

    链接地址: http://www.djcxy.com/p/76333.html

    上一篇: JavaScript: What is the data type of null?

    下一篇: Why typeof getResponseHeader is object even if null?