JavaScript的数据类型及分类

tech2026-04-24  3

基本数据类型 -> 栈 string number boolean null undefined Symbol(es6)

引用数据类型 -> 堆 array object function data Set(es6) Map(es6)

最新回复(0)