2011年4月15日
摘要: 画的构造器图从下往上看。如第一个new func().constructor=function func(){};func.consctrctor=funtion Function(){};Function.constructor=Function.prototype.constructor=Function画的原型链图从上往下看。如Object.__proto__=Function.prototype;Function.prototype.__proto__=Object.prototype;Object.prototype.__proto__=null;从下面的图我发现,prototype 阅读全文
posted @ 2011-04-15 15:36 日—月 阅读(395) 评论(0) 推荐(0)