判断数据类型

1 function toType(obj) {
2   return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase()
3 }

 

posted @ 2022-09-27 09:30  傅丹辰cds  阅读(21)  评论(0编辑  收藏  举报