Skip to content
Yang_Lee
Main Navigation
ECMAScript
React
Preprocessor
Toolkit
Node
Appearance
Menu
Return to top
On this page
null
表示没有值
typeof
由于历史原因,
null
存在以下问题
js
typeof
null
===
"object"
;
// returns true
1
2