首页 > 代码库 > 0-js判断电脑或手机登录

0-js判断电脑或手机登录

1 <script type="text/javascript">2 try{3     if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){4         window.location.href="http://www.mamicode.com/mindex.html";5     }else{6         window.location.href="http://www.mamicode.com/cindex.html";7     }8 }catch(e){}9 </script>

 

0-js判断电脑或手机登录