标签:log bsp isa android index and tor mac os x cti
var isAndroid = navigator.userAgent.indexOf(‘Android‘) > -1 || navigator.userAgent.indexOf(‘Adr‘) > -1; //android终端 var isiOS = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 $(‘.android‘).click(function(event) { if(isAndroid) { $(".android").attr("href","http://********"); return ; }else{ alert(‘请选择IOS下载链接!‘); return ; } }); $(‘.ios‘).click(function(event) { if(isiOS) { $(".ios").attr("href","http://********"); return ; }else{ alert(‘请选择安卓下载链接!‘); return ; } });
标签:log bsp isa android index and tor mac os x cti
原文地址:http://www.cnblogs.com/zxm0125/p/6068993.html