jQuery中的(function(){//...})(jQuery)是执行匿名函数,但是function()的括号中为什么没有定义接收jQuery的形参
(function () {console.log(arguments);})({a:1});