lxq.link

JS 里面 null 和 undefined 的区别

ON THIS PAGE

null 与 undefined 的值相等,但类型不相等:

typeof undefined              // undefined
typeof null                   // object
null === undefined            // false
null == undefined             // true
2019-06-03
上一篇:Kali Linux Configuration
下一篇:VPS 搭建 Shadowsocks,SS / Clash 客户端下载