let x = { 'a' = 123}let y = { 'a' = 123, 'b' = undefined}let z = undefined;如上,y会比x占用内存多么,z会占用内存么? 查看完整描述