继承  showName只能有一个
Car.prototype.showName = function(){
            console.log(this.name);
        }
posted on 2021-11-18 18:53  银小兔  阅读(19)  评论(0)    收藏  举报