define(['jquery'], function($){ var Sent = { init: function () { } } Sent.init(); //默认初始化执行的代码 return Sent; })