标签: javascript inheritance prototype
以下代码试图通过为构造函数分配原型INSIDE来实现继承,该构造函数在打印“undefined”时失败。但如果我移动'Derived.prototype = new Base();'在构造函数之外,它可以工作。我想知道原因,因为它似乎'Derived.prototype = new Base();'也可以通过调用'function Derived()'来执行。谢谢!
add : "width : width" with your other attributes