<script type="text/javascript">
try{
    if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
        window.location.href="mindex.html";
    }else{
        window.location.href="cindex.html";
    }
}catch(e){}
</script>

但是这样有另一个问题 搜索蜘蛛完全读不到你的网站···

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-09-07
  • 2021-06-04
  • 2021-06-25
  • 2021-08-06
  • 2021-06-27
  • 2021-12-10
相关资源
相似解决方案