码迷,mamicode.com
首页 > Web开发 > 详细

html5判断浏览器来源并跳转

时间:2017-10-28 18:49:43      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:ons   else   code   lin   html   for   tor   color   来源   

<script type="text/javascript">
        var system ={};  
       var p = navigator.platform;       
       system.win = p.indexOf("Win") == 0;  
       system.mac = p.indexOf("Mac") == 0;  
       system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);     
       if(system.win||system.mac||system.xll){//如果是电脑跳转到
       alert("请从手机端访问");
               window.location.href="http://52td.top";  
       }else{  //如果是手机,跳转到
            //console.log(11111);
            window.location.href="#";  
       }
</script>

 

html5判断浏览器来源并跳转

标签:ons   else   code   lin   html   for   tor   color   来源   

原文地址:http://www.cnblogs.com/scrazy/p/7747596.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!