class 中只能放方法(在class 中的function都叫做method); class 雖然長得像物件,但是方法與方法間不可以有逗號; 子類別需要在constructor()中呼叫super()來使用父類別 ...
確定! 回上一頁