js 中数据类型

90 阅读1分钟

原始数据类型

number,string ,boolean,null,undefined,symbol,bigint (ES10)

引用数据类型

object

在引用数据类型 object 中包括function/array/object