js 判断数据类型

1. typeof

 可以判断 js 中基本数据类型,但无法判断对象的具体类型 

   
console.log("a:"+typeof(a));
posted on 2020-12-11 15:59  栋H栋  阅读(68)  评论(0编辑  收藏  举报