码迷,mamicode.com
首页 > 其他好文 > 详细

new 做了什么

时间:2019-05-21 13:21:36      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:fun   alt   图片   ons   div   his   ima   com   png   

    var a=function(){
      this.che1 = function () { console.log(1) }
      this.che2 = function () { console.log(2) }
      this.che3=function(){console.log(3)}
    }
    var b= new a();
    var c={};
    
    c.__proto__ = a.prototype;
    a.call(c);

    console.log(b)
    console.log(c)

  技术图片

技术图片

 

new 做了什么

标签:fun   alt   图片   ons   div   his   ima   com   png   

原文地址:https://www.cnblogs.com/dianzan/p/10899045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!