摘要: var foo ={ bar:function(){ return this.biz;}, biz:1 }; var t = (function(){ return typeof arguments[0](); })(foo.bar); alert(foo.bar); 最后答... 阅读全文
posted @ 2015-09-24 22:21 不由分说 阅读(71) 评论(0) 推荐(0) 编辑