标签:OLE ber null define 复杂 obj 引用 str string
原始数据类型:number,string,Boolean,undefined,null,object
基本类型(简单类型),值类型:number,string,Boolean
复杂类型(引用类型):object
空类型:undefined,null
值类型的值在那一块空间中存储?在栈中存储
引用类型的值在哪块空间中存储?对象在堆上存储,地址在栈上存储
标签:OLE ber null define 复杂 obj 引用 str string
原文地址:https://www.cnblogs.com/Yanss/p/10279959.html