摘要: function foo created via new Function var foo=new Function(); //equals to function foo(){} but the name is '' foo.__proto__===Function.prototype ... 阅读全文
posted @ 2015-10-09 18:41 _link 阅读(213) 评论(0) 推荐(0)