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

判断安卓和IOS

时间:2017-01-03 15:37:15      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:useragent   agent   pre   nav   class   oid   mac os   indexof   mat   

    var u = navigator.userAgent;
var isAndroid = u.indexOf(‘Android‘) > -1 || u.indexOf(‘Adr‘) > -1; //android终端
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
alert(‘是否是Android:‘+isAndroid);
alert(‘是否是iOS:‘+isiOS);

判断安卓和IOS

标签:useragent   agent   pre   nav   class   oid   mac os   indexof   mat   

原文地址:http://www.cnblogs.com/yangfan5157/p/6244717.html

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