js数据类型 2019-08-06 本文已影响0人 hey_前端豆 js的值类型有 boolean,number,string,undefined。可以通过typeof进行判断 js的引用类型有对象,函数,数组等。可以通过instanceof进行判断