赞
踩
在ts语言中
constructor(){ var greeting = “Hello”; greeting = “Hello World”;
var user = {name: "Tom"}; user.name = "Jerry";
} 在内存中的体现