var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); var app = { config: config || {}, / 简单的点击实现元素展开和收缩的功能 clickToggle: function(elea,eleb){ $(elea).click(function(){ if(!$(eleb).is(':visible')){ $(this).addClass('clicked'); $(eleb).slideDown(); }else{ $(this).removeClass('clicked'); $(eleb).slideUp(); } }) }, /返回顶部 backTop: function(ele,time){ $(ele).click(function () { $('html, body').animate({ scrollTop:'0' },time); }) }, / 随机数字 RndNum: function(n){ var rand=""; for(var i=0;i'); var left = _this.css("padding-left"); _this.parent().append('' + _this.attr("placeholder") + ''); if(_this.val() != ""){ _this.parent().find("span.placeholder").hide(); } else{ _this.parent().find("span.placeholder").show(); } }).on("focus", function(){ $(this).parent().find("span.placeholder").hide(); }).on("blur", function(){ var _this = $(this); if(_this.val() != ""){ _this.parent().find("span.placeholder").hide(); } else{ _this.parent().find("span.placeholder").show(); } }); / 点击表示placeholder的标签相当于触发input $("span.placeholder").on("click", function(){ $(this).hide(); $(this).siblings("[placeholder]").trigger("click"); $(this).siblings("[placeholder]").trigger("focus"); }); $("input[name='checkcode']").css('width', '100%').parents('.input-box').css('display','inline-block'); }, / 防复制代码 antiClone: function () { / 防止ctrl+C document.onkeydown = function (e) { var e = e || event; if (e.ctrlKey == 1 && e.keyCode == 67) { return false; } }; / 阻止复制 document.body.oncopy = function (){ return false; }; /禁止选取 document.body.onselectstart=document.body.oncontextmenu=function(){return false;}; }, / 访客统计 judgeTerminalBrowser: function (userAgent) { } }; /当配置为普通站的时候,手机站跳转 if(app.config.hasOwnProperty('mUrl') && app.config.murl !== 'm') { app.mobile(); } } /* FILE ARCHIVED ON 13:58:18 Dec 19, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:16:08 Apr 10, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.961 exclusion.robots: 0.041 exclusion.robots.policy: 0.024 esindex: 0.016 cdx.remote: 15.632 LoadShardBlock: 1071.477 (3) PetaboxLoader3.resolve: 650.94 (4) PetaboxLoader3.datanode: 517.732 (4) load_resource: 176.255 */