function Parent() {
}
Parent.prototype.func1 = function(callback) {
this.callback = callback;
Parent.prototype.func2 = function() {
this.callback.fetchData()
在构造函数中,是不是func1定义的属性,如this.callback。在func2中也可以访问?
慕尼黑8549860
交互式爱情
Qyouu
相关分类