前端學習(1696):前端系列javascript之class和繼承

class Prople { constructor(name) { this.name = name; } eat() { console.log(`${this.name} eat something`) } } //類 class Student extends Prople { constructor(name, n
相關文章
相關標籤/搜索