1.注意:
- 引用类型(Array等)
- null和undefined
2.推荐方法:
Object.prototype.toType.call(检测内容).slice(8,-1)
console.log(Object.prototype.toString.call('hello'))
//[object String]
Object.prototype.toType.call(检测内容).slice(8,-1)
console.log(Object.prototype.toString.call('hello'))
//[object String]
本文标题:js数据类型检测4种方法
本文链接:https://www.haomeiwen.com/subject/umrerctx.html
网友评论