如何正确判断js数据类型

typeof null =='object'  // true 

typeof [] =='object' // true 

typeof {} =='object' // true 

?



汪汪一只猫
浏览 1042回答 6
6回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript