摘要: var a = new b();等价于var a={};a=b.prototype;b.call(a); 阅读全文
posted @ 2013-06-28 10:26 吹鱼算法 阅读(126) 评论(0) 推荐(0)