js杂碎小知识点

112 阅读1分钟

--  --  --  --  --  --  --  --  --  --

不可改变的原始值(栈数据)

Number、String、Boolean、undefined、null

引用值(堆数据)

array、object、functions