时间:2021-07-01 10:21:17 帮助过:8人阅读
<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网其它相关文章!