原型基础12function Foo(){};console.log(Foo.prototype.constructor === Foo) //true
123function Foo();var foo = new
2017-03-29