中文(繁体)
<!-- 把如下程式碼加入<body>區域中--> 你是不是有好幾個鏡像站點,是不是經常有的站點打不開,那麼用下面的程式碼就可以解決這個問題,它會自動選擇最快的網站進入<html><head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <meta http-equiv="refresh" content="5;url= ./"> <title>自動選擇最快站點</title></head> <center><br> <p> <br> <font color=blue size=7>< ,正在選擇速度最快網站......</p> <script> i=1 var autourl=new Array() autourl[1]="http://www.sohu.com" autourl[2] ="http://www.sina.com.cn" autourl[3]="http://www.downcodes.com" function auto(url){if(i){ i=0;top.location=url }} function run(){ for(var i=1;i<autourl.length;i++)document.write("<img src="+autourl[ i]+" width=1 height=1 onerror=auto(' "+autourl[ i]+"')>")} run() </script> </body></html>