<!doctype html><html> <head> <title> www.csair.com/new/styles/home.css </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <h2> 网页访问错误 。。。。。。。 </h2> <h2> www.csair.com/new/styles/home.css </h2> <p> <span id="txt"> 10 </span> 秒后回到主页 <a href="javascript:GoBack()"> 返回</a> </p> <script type="text/javascript"> var num=10; function clock(){ if(num>1){ num=num-1; document.getElementById("txt").innerHTML=num; setTimeout(clock,1000); } else{ location.href = "https://jiaxinpai.com/"; } } setTimeout(clock,1000); function GoBack(){ window.history.back(); } </script> </body></html>