SolitaryBirdDeadWood

Results 2 comments of SolitaryBirdDeadWood

let arr1 = [1, 2, 7, 5, 6]; let arr2 = [4, 7, 5, 4, 6, 8, ] Array.prototype.push.apply(arr1, arr2) 还有添加

>在Person2中的 call 将Person1的指向改为 Person2中的实例 Person1 的 this.name 相当于写在了 Person2中