js学习总结_基于数据类型检测的四种方式(必看) 1、typeof用来检测数据类型的运算符 console.log(typeof12)//Number使用typeof检测数据类型,首先返 js检测数据类型