400-915-1135
详细

判断页面在特定终端显示 其它终端跳转

发表日期:2022-01-26 00:07:42   作者来源:超级管理员   浏览:0

<script>

        if( navigator.userAgent.match(/Android/i)

            || navigator.userAgent.match(/webOS/i)

            || navigator.userAgent.match(/iPhone/i)

            || navigator.userAgent.match(/iPad/i)

            || navigator.userAgent.match(/iPod/i)

            || navigator.userAgent.match(/BlackBerry/i)

            || navigator.userAgent.match(/Windows Phone/i)

        ){

        }else{

        window.location.href="http://www.94zc.com/";

        }

</script>


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