更多内容关注微信公众号
5秒后显示答案
', success: function(layero) { }, end: function() { $('.daan').css('display', "block") $(".jiexi").css('display', "block") } }); }); $(".guanbices").click(function() { $(".denglukuang2").css("display", "none") $(".zhezhao").css("display", "none") }); shengcheng() //设置二维码显示隐藏 $(".rwm").hover(function() { $(".rwm1").css("display", "inline-block"); }) $(".rwm").mouseout(function() { $(".rwm1").css("display", "none"); }) function shengcheng() {//题目页的二维码跳转单题 var a = $(".themingcheng").text() var zhi=$('.dizhicunfang').text() var b=zhi.split('.html')[0].split('/shiti/')[1] var c = 'http://x.shititong.cn/?p1=' + b + '&p3=H' new QRCode(document.getElementById("qrcode1"), c); $("#qrcode1").attr("title", "") new QRCode1(document.getElementById("qrcode2"), c); $("#qrcode2").attr("title", "") new QRCode1(document.getElementById("qrcode3"), c); $("#qrcode3").attr("title", "") } $(".tiaozhuandati1").click(function() { var tz = 'https://www.shititong.cn/page/xiazai2.html' window.open(tz, "_blank"); }); $('.shitisdj').click(function() { // var zhi = $(this).children().eq(0).html() // var z = zhi + '?type=' + typezhi // window.open(z, "_blank"); }) $('.tzzhineng').click(function() { //跳转智能导入 window.open("https://www.shititong.cn/page/fangan.html?a=shangchuan&b=shangchuan&c=shangchuan", "_blank") }); $('.tztikusousuo').click(function() { //跳转搜索题库 window.open("https://shititong.cn/page/tiku.html", "_blank") }); $('.qujubao').click(function() { //跳转举报单页面 window.open("https://www.shititong.cn/page/jubaoye.html", "_blank") }); $('.qusousuo').click(function() { //去主页手机搜索页 var tz = 'https://www.shititong.cn/page/sj-tikuss.html' window.open(tz, "_blank"); }); $('.quguanwang').click(function() { var tz = 'https://www.shititong.cn' window.open(tz, "_blank"); }); $('.fenxiangbtn').click(function(){ var dqdizhi=window.location.href.split("?")[0]; var input = document.createElement('input'); input.setAttribute('id', 'cp_hgz_input'); input.value = dqdizhi; document.body.appendChild(input); input.select(); document.execCommand('Copy') document.getElementById('cp_hgz_input').remove(); alert("链接已复制到剪切板"); }); $('.quxiazai').click(function() { var u = navigator.userAgent; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 if (isAndroid == true) { var tz = 'https://shititong.oss-cn-shenzhen.aliyuncs.com/apk/shititong.apk' location.href = '' + tz return } else { var tz = 'https://apps.apple.com/cn/app/id1199345588' location.href = '' + tz return } var tz = 'https://www.shititong.cn/page/xiazai2.html' location.href = '' + tz }); $('.kandaan1').click(function() { layer.open({ type: 1, title: false, closeBtn: true, area: '300px;', shade: 0.8, offset: '100px', id: 'LAY_layuipro1', btnAlign: 'c', moveType: 1, content: '
快速找答案小妙招
方式一:使用小程序搜题
微信扫小程序码进入【试题通】小程序,搜索题库或试题答题练习更方便
试题通
如不便扫码,点击可保存到手机相册中
方式二:使用试题通APP
可通过扫下方二维码或各手机品牌应用商店下载试题通APP,答题练习搜题找答案
试题通
苹果安卓两码合一
如不便扫码可点击保存到手相册中
', success: function(layero) { }, end: function() { $('.daan').css('display', "block") $(".jiexi").css('display', "block") } }); }); function jiacode(input) { var output = ""; var chr1, chr2, chr3, enc1, enc2, enc3, enc4; var i = 0; var _keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; input = _utf8_encode(input); while (i < input.length) { chr1 = input.charCodeAt(i++); chr2 = input.charCodeAt(i++); chr3 = input.charCodeAt(i++); enc1 = chr1 >> 2; enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); enc3 = ((chr2 & 15) << 2) | (chr3 >> 6); enc4 = chr3 & 63; if (isNaN(chr2)) { enc3 = enc4 = 64; } else if (isNaN(chr3)) { enc4 = 64; } output = output + _keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(enc4); } return output; } $('.fudong').click(function() { $(".fudong").css("display", "none") }); function _utf8_encode(string) { string = string.replace(/\r\n/g, "\n"); var utftext = ""; for (var n = 0; n < string.length; n++) { var c = string.charCodeAt(n); if (c < 128) { utftext += String.fromCharCode(c); } else if ((c > 127) && (c < 2048)) { utftext += String.fromCharCode((c >> 6) | 192); utftext += String.fromCharCode((c & 63) | 128); } else { utftext += String.fromCharCode((c >> 12) | 224); utftext += String.fromCharCode(((c >> 6) & 63) | 128); utftext += String.fromCharCode((c & 63) | 128); } } return utftext; }