为了账号安全,请及时绑定邮箱和手机立即绑定

非手机浏览器上Mobile网站时如何自动跳转到PC端?

非手机浏览器上Mobile网站时如何自动跳转到PC端?

慕斯709654 2018-08-07 11:21:55
下面这段代码是判断浏览器是手机浏览器,然后自动跳转到mobile.com,请问怎么修改,才能把不是用手机浏览器的人,在上mobile.com的时候,自动跳转到PC.COM,谢谢。<script type="text/javascript">   if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){      if(window.location.href.indexOf("?mobile")<0){          try{              if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){                  window.location.href="http://www.mobile.com";              }else if(/iPad/i.test(navigator.userAgent)){              }else{                  window.location.href="http://www.mobile.com"              }          }catch(e){}      }  }  </script>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 850 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信