题解 | JS26 Getter

        class Rectangle {
            // 补全代码
            constructor(height,width){
                this.height = height,
                this.width = width
            }

            get area(){
                return this.height * this.width;
            }
        }
全部评论

相关推荐

已老实求offer😫:有点像徐坤(没有冒犯的意思哈)
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务