jquery 判定用户访问网址的方式
?
? ? ? ? alert(ua.match(/iPad/i));
? ? ? ??
? ? ? ?return true;?
? ? } else {?
? ? ? alert('电脑');
? ? ? ?location.href = "http://192.168.1.63:85/indexweb.php";
? ? ? ?return false;?
? ? }?
})