2016-10-13 11:44发布
function F(){} function A(){} F.prototype = A; console.log(new F()) //F {} console.log(new F().prototype) //A {}
为什么new F().prototype 会是 A{}new 不是应该把new F().__proto__指向F.prototype吗继承看的云里雾里是否有什么好的文章推荐呢
http://bonsaiden.github.io/Ja...
最多设置5个标签!
http://bonsaiden.github.io/Ja...
一周热门 更多>