为了账号安全,请及时绑定邮箱和手机立即绑定

请教一个js的面试题目

请教一个js的面试题目

慕姐8265434 2018-10-11 14:14:54
在中间的注释那里补充代码使这个代码输出最后的注释内容,谢谢大牛var A = function() {        this.name = 'apple';    }    A.prototype.getName = function() {            return this.name;        }        // 补充代码    var B = A.extend({        initialize: function() {            this.superclass.initialize.call(this);            this.total = 3;        },        say: function() {            return '我有' + this.total + '个' + this.getName()        }    });    var b = new B();    console.log(b.say()); //我有3个apple
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 445 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信