如果我在 hello.world.planet 中并且我引用 this.two,那将获得兄弟姐妹,我如何在不引用变量名称的情况下引用 hello.planet,类似于“this”
var hello = {
world: {
one: {
},
two: {
},
three: {
}
},
planet: {
}
}
如果我在 hello.world.planet 中并且我引用 this.two,那将获得兄弟姐妹,我如何在不引用变量名称的情况下引用 hello.planet,类似于“this”
var hello = {
world: {
one: {
},
two: {
},
three: {
}
},
planet: {
}
}