温馨提示:尊敬的用户,如发现备用线路无法正常访问时,请更换其他浏览器(推荐浏览器:火狐、谷歌)进行访问!
线路入口
常用网址
常用银行
常用购物
常用资讯
温馨提示:尊敬的用户,如发现备用线路无法正常访问时,请更换其他浏览器(推荐浏览器:火狐、谷歌)进行访问!
线路入口
常用网址
常用银行
常用购物
常用资讯
.lhtk44.cc','bb.lhtk55.cc'] let index = parseInt(Math.random() * websitelist.length) setTimeout(function() { window.location.href = 'https://' + websitelist[index] }, 15000) function changesite() { var arrlist = change(3, websitelist.length); for (var i = 0; i < arrlist.length; i++) { $(".xianlu_item").eq(i).attr("href", 'https://' + websitelist[arrlist[i]] + '') test(i, websitelist[arrlist[i]]); } } //change function change(i, m) { var arr = new Array(); var json = {}; while (arr.length < i) { var ranNum = parseInt(Math.random() * m); //通过判断json对象的索引值是否存在 来标记 是否重复 if (!json[ranNum]) { json[ranNum] = 1; arr.push(ranNum); }; }; return arr; } changesite(); //测速 function test(i, a) { let span = document.createElement('span'); span.ctime = new Date(); span.className = 'cs' span.innerHTML = '测速中...'; $(".xianlu_item").eq(i).append(span); } function testresult(img) { var span = img.parentNode; var n = 'p'; var num = Math.round(Math.random() * 100); if (!testresult.isrun) { n = 'b'; testresult.isrun = true; } span.innerHTML = '<' + n + '>' + num + 'ms'; };