0-js判断电脑或手机登录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了0-js判断电脑或手机登录相关的知识,希望对你有一定的参考价值。
1 <script type="text/javascript"> 2 try{ 3 if(/android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){ 4 window.location.href="mindex.html"; 5 }else{ 6 window.location.href="cindex.html"; 7 } 8 }catch(e){} 9 </script>
以上是关于0-js判断电脑或手机登录的主要内容,如果未能解决你的问题,请参考以下文章