jQuery 自执行函数函数
// 为了不三方名冲突可将全局变量封装在自执行函数内 (function (arg) { var status = 1; arg.extend({ 'xsk': function () { return 'xsk'; } }); })(jQuery);