Home
JS
JS
Tryit: JAVASCRIPT
运行 ❯
×
Change Orientation
Change Theme, Dark/Light
JavaScript 类继承
使用“extends”关键字从另一个类继承所有方法。
使用“super”方法调用父类的构造函数。