400-915-1135
详细

js判断非手机跳转指定链接

发表日期:2022-01-08 20:40:41   作者来源:超级管理员   浏览:0
<script type="text/javascript">
if(/AppleWebKit.*Mobile/i.test(navigator.userAgent)==false || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))==false){
if(window.location.href.indexOf("?mobile")<0){
try{
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)==false){
window.location.href="http://www.zhongchengbanjia.cn";
}
}catch(e){}
}
}
</script>

用于pc访问到手机端 自动转向PC页面效果

本文章多为网络内容整理而来,如有侵犯您的权益,请联系我们免费删除