拼多多前端筆試題(一)

2. 請在ES5下實現一個繼承,Child繼承Parent。要求:Child要繼承Parent的全部方法和屬性。 function Parent(age) { this.age = age; this.sayAge=function() { console.log(this.age); } } Parent.prototype.sayParent = function() { alert("thi
相關文章
相關標籤/搜索