当前位置:Gxlcms > html代码 > html网页判断手机还是电脑登陆进入的方法

html网页判断手机还是电脑登陆进入的方法

时间:2021-07-01 10:21:17 帮助过:8人阅读

这篇文章详解html网页判断手机还是电脑登陆进入的方法

<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>

以上就是html网页判断手机还是电脑登陆进入的方法的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行