<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 언어 = navigator.browserLanguage?navigator.browserLanguage:navigator.언어; <br>경고(언어); <br>if (언어.indexOf('en') > -1) document.location.href = 'english.htm'; <br>else if (언어.indexOf('nl') > -1) document.location.href = 'dutch.htm'; <br>else if (언어.indexOf('fr') > -1) document.location.href = 'french.htm'; <br>else if (언어.indexOf('de') > -1) document.location.href = 'german.htm'; <br>else if (언어.indexOf('ja') > -1) document.location.href = 'japanese.htm'; <br>else if (언어.indexOf('it') > -1) document.location.href = 'italian.htm'; <br>else if (언어.indexOf('pt') > -1) document.location.href = 'portuguese.htm'; <br>else if (언어.indexOf('es') > -1) document.location.href = 'Spanish.htm'; <br>else if (언어.indexOf('sv') > -1) document.location.href = 'swedish.htm'; <br>else if (언어.indexOf('zh') > -1) document.location.href = 'chinese.htm'; <br>그 외 <br>document.location.href = 'english.htm'; <br></script> <br> </div>