240 发简信
IP属地:黑龙江
  • Resize,w 360,h 240
    JS深入理解构造函数、原型以及原型链

    例子: function Foo() {...}; let f1 = new Foo(); ①__proto__和constructor属性是对...