You can define an area() method as shown below. class Rectangle { constructor(height, width) { this.height = height; this ...
確定! 回上一頁