大气宝马

文章
4
资源
0
加入时间
2年10月17天

原型对象里面的this指向问题

1. 原型对象里面的this指向的是对象实例function Star(name,age){ this.name = name; this.age = age; } var that; Star.prototype.song = function (){ that = this console.log("I can sing!!!!") } let zy = new Star("卓