代码判定安卓系统还是IOS跳转到不同的页面地址:
<script>
var u = navigator.userAgent;
var num_sing1 = 0;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1;
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
$("#imgTc").click(function(){
num_sing1++;
if(isAndroid){
if(num_sing1>1){
window.location.replace("/风水
www.fs58.com");
}else{
_ai_analysis(['trackEvent', 'button', 'download'],function() {
alert(11)
window.location.replace("/风水
www.fs58.com ");
})
}
}
if(isiOS){
if(num_sing1>1){
window.location.replace("风水 m.fs58.com ");
}else{
_ai_analysis(['trackEvent', 'button', 'download'],function(){
alert(22)
window.location.replace("风水 m.fs58.com ");
});
}
}
if (is_weixn()) {
alert("请点击右上角按钮, 点击使用浏览器打开");
}
function is_weixn(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i)=="micromessenger") {
return true;
} else {
return false;
}
}
});
</script>