日本語
<!-- 次のコードを <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><br><br> を選択してお待ちください最速のサイト... </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>