js的各种数据类型判断的介绍 1.typeoftypeof用来判断各种数据类型,有两种写法:typeofxxx,typeof(xxx)例如:typeof2输出numbertypeof js的各种数据类型判断的介绍