jquery 判定用户访问网址的方式
?
? ? ? ? alert(ua.match(/iPad/i));
? ? ? ??
? ? ? ?return true;?
? ? } else {?
?
? ? ? alert('电脑');
? ? ? ?location.href = "http://192.168.1.63:85/indexweb.php";
? ? ? ?return false;?
? ? }?
?
})
发布时间: 2013-03-01 18:33:02 作者: rapoo
jquery 判定用户访问网址的方式
?
? ? ? ? alert(ua.match(/iPad/i));
? ? ? ??
? ? ? ?return true;?
? ? } else {?
?
? ? ? alert('电脑');
? ? ? ?location.href = "http://192.168.1.63:85/indexweb.php";
? ? ? ?return false;?
? ? }?
?
})