//用来阻止广告位重复添加的 (function($){ //内部初始化入口 var appmap = function(){ }; //扩展方法 appmap.prototype = { }; //外部入口 $.fn.maps = function () { }; })(jQuery);