js面向对象过程

var a = new  b();

等价于

var a={};

a=b.prototype;

b.call(a);

posted @ 2013-06-28 10:26  吹鱼算法  阅读(113)  评论(0编辑  收藏  举报