问答详情
源自:4-7 提取出抽象父类

不知为什么照着老师写一直是 (intermediate value) init is not a function报错解决方法

最后自己把extend方法换成了

lightHalf.prototype = Object.create(light.prototype);

lightHalf.prototype.constructor = lightHalf;

这种继承方法才得已解决,

提问者:sout_main 2017-09-01 16:13

个回答

  • 秦时明月之万里长城
    2017-09-24 22:00:26

    可能是你的init()方法写错了