亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

請問js類中如何調用父類的父類的函數?

請問js類中如何調用父類的父類的函數?

蝴蝶不菲 2018-12-20 18:10:55
示例代碼如下,請問如何在c類中調用a類中的new函數?class a {    _x: number;    constructor() {        this._x = 1;    }    new(i: number) {        this._x = i;    }}class b extends a {    _y: number;    constructor() {        super();        this._y = 2;    }    new(i: number) {        this._y = i;    }}class c extends b {    _z: number;    constructor() {        super();        this._z = 3;    }    new(i: number) {        super.new(i);    }}上面代碼 c類的new函數語句super.new(i) 調用的是 b類中的new函數。b類中的new函數好像把a類中的override了.
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 562 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號