//判断是否是移动客户端
function isMobile() {
var sUserAgent = navigator.userAgent.toLowerCase(), bIsIpad = sUserAgent
.match(/ipad/i) == "ipad", bIsIphoneOs = sUserAgent
.match(/iphone os/i) == "iphone os", bIsMidp = sUserAgent
.match(/midp/i) == "midp", bIsUc7 = sUserAgent
.match(/rv:1.2.3.4/i) == "rv:1.2.3.4", bIsUc = sUserAgent
.match(/ucweb/i) == "ucweb", bIsAndroid = sUserAgent
.match(/android/i) == "android", bIsCE = sUserAgent
.match(/windows ce/i) == "windows ce", bIsWM = sUserAgent
.match(/windows mobile/i) == "windows mobile", bIsWebview = sUserAgent
.match(/webview/i) == "w
//判断微信客户端移动客户端判断ios和android平台
最新推荐文章于 2020-12-24 05:51:34 发布