let x = {
'a' = 123
}
let y = {
'a' = 123,
'b' = undefined
let z = undefined;
如上,y会比x占用内存多么,z会占用内存么?
第二钢协
明月笑刀无情
相关分类