2022-12-28 10:30:18 +00:00
|
|
|
<script>
|
|
|
|
if(navigator.language=="zh-CN"){
|
2024-10-10 02:54:25 +00:00
|
|
|
window.location.href="./zh.html";
|
2022-12-28 10:30:18 +00:00
|
|
|
}else{
|
2024-10-10 02:54:25 +00:00
|
|
|
window.location.href="./en.html";
|
2022-12-28 10:30:18 +00:00
|
|
|
}
|
|
|
|
</script>
|