gpt4 book ai didi

javascript - 为什么需要在对象中使用 this.property=property ?

转载 作者:行者123 更新时间:2023-11-28 20:36:55 33 4
gpt4 key购买 nike

为什么需要在对象中使用 this.property = property ?它是用来定义对象的“外部世界”的属性吗?

function Person(property) {
this.property = property;
}
var john = new Person(true);

最佳答案

如果不这样做,john.property 将是未定义的。

关于javascript - 为什么需要在对象中使用 this.property=property ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15202504/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com