摘要:
console.log(Object.__proto__===Function.prototype); //trueconsole.log(Object.prototype.__proto__); //nullconsole.log(Function.__proto__===Function.prototype); //true总结结果: 黑线:prototype 红线:__proto__Object.prototypeFunction.prototypeObjectFunctionhttp://www.cnblogs.com/siemon/ar... 阅读全文
posted @ 2013-12-13 17:10
hongdada
阅读(421)
评论(0)
推荐(0)

浙公网安备 33010602011771号