Helianthuserin
2016-03-20 14:43
请问“Student.prototype = new Person();”如果有参数需要传入的话,这么写会有些奇怪。是什么意思
因为这个时候传啥都不对,不传的话,Person里边的this.name=undefined;this.age=undefined;
这个和new操作符优先级有关系 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Operator_Precedence
这个不知道
JavaScript深入浅出
281112 学习 · 1020 问题
相似问题