2014年7月24日
摘要: (function test(x){ x=10; console.log(arguments[0], x); //undefined, 10})();(function test(x){ x=10; console.log(arguments[0]); // 10})(1)... 阅读全文
posted @ 2014-07-24 00:11 坚壳 阅读(285) 评论(0) 推荐(0) 编辑