11
0
2
2279
1
js变量类型和计算 值类型和引用类型 值类型:变量存储的值在栈内存中。常用的值类型有Number, String, undefined, Boolean, Symbol. 引...