<div class="codetitle"> <span><a style="CURSOR: pointer" data="95296" class="copybut" id="copybut95296" onclick="doCopy('code95296')"><u>复制代幣</u></a></span>代码如下:</div> <div class="codebody" id="code95296"> <br><script type="text/javascript"> <br>var language = navigator.browserLanguage?navigator.browserLanguage:navigator. language; <br>アラート(言語); <br>if ( language.indexOf('en') > -1) document.location.href = 'english.htm'; <br>else if ( language.indexOf('nl') > -1) document.location.href = 'dutch.htm'; <br>else if ( language.indexOf('fr') > -1) document.location.href = 'french.htm'; <br>else if ( language.indexOf('de') > -1) document.location.href = 'german.htm'; <br>else if ( language.indexOf('ja') > -1) document.location.href = 'japanese.htm'; <br>else if ( language.indexOf('it') > -1) document.location.href = 'italian.htm'; <br>else if ( language.indexOf('pt') > -1) document.location.href = 'portuguese.htm'; <br>else if ( language.indexOf('es') > -1) document.location.href = 'Spanish.htm'; <br>else if ( language.indexOf('sv') > -1) document.location.href = 'swedish.htm'; <br>else if ( language.indexOf('zh') > -1) document.location.href = 'chinese.htm'; <br>else <br>document.location.href = 'english.htm'; <br></script> <br> </div>