Javascript继承机制的设计思想
What is the difference between A.prototype = B.prototype and A.prototype = new B()?
js中的new()到底做了些什么?
Using “Object.create” instead of “new”
Last updated 5 years ago