typeof undefined // undefined typeof null // object null === undefined // false null == undefined // true
本文出自 “web之路” 博客,请务必保留此出处http://liuzhongcool.blog.51cto.com/10509488/1676460
JS-Difference Between Undefined and Null
原文地址:http://liuzhongcool.blog.51cto.com/10509488/1676460