javascript 原型链
2018-05-03 20:36:13   0  举报             
     
         
 js 原型链
    作者其他创作
 大纲/内容
 Function
  __proto__
  prototype
    Super
  Object
  Child
  1、构造函数中的 __proto__ 最顶层 指向 Function.prototype2、原型中 __proto__ 最顶层 指向 Object.prototype
  Function.prototype
  constructor
  null
  Object.prototype
  Super.prototype
  Child.prototype
   
 
 
 
 
  0 条评论
 下一页