帮您看了一下,访问网站时会有时会跳转浏览器安全检测。应该是这个安全检测没有设置好造成的 <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <noscript>浏览器不支持javascript,页面无法访问!</noscript> <body> <H1 id="msg"></H1> </body> <script type="text/javascript"> var dt = new Date(); dt.setSeconds(dt.getSeconds() + 60); document.cookie = "_wtsjsk=4dbbe324a58736a6c2a371037708cb02; path=/ "; var cookiesEnabled = document.cookie.indexOf("_wtsjsk=") != -1; function getCookie(name) { var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)"); if(arr=document.cookie.match(reg)) return arr[2]; else return null; } var preurl = getCookie("_wtspurl"); var cookie_CaptchaKey = getCookie("_wtscpk"); var cookie_Expire = getCookie("_wtsexp"); if(cookie_CaptchaKey == null||cookie_Expire == null){ var msg = "浏览器安全检查中..."+preurl+"...请稍后"; document.getElementById("msg").innerHTML=msg; if (preurl==null) { if(!cookiesEnabled) { var msg ="浏览器不支持cookie,页面无法访问"; document.getElementById("msg").innerHTML=msg; } else { setTimeout(function() {location.reload();}, 3000); //preurl = window.location.pathname; //setTimeout("javascript:window.location.href ="+preurl+";",3000); } } else { setTimeout(function() {location.reload();}, 3000); // setTimeout("javascript:window.location.href ="+preurl+";",3000); } }else{ window.location.href = preurl ; } </script> </html>