(function($){ $.fn.extend({ plusin:function(opt,callback){ return this; } })})(jQuery); (function($){ $.fn.plusin = function(opt,callback){ return this; }})(jQuery);
请问这两种方式有什么区别