移動端判斷瀏覽器類型

判斷IOS / 安卓 判斷是否爲Safari瀏覽器 判斷微信環境以及其餘類型 判斷IOS/安卓linux const u = navigator.userAgent; const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); if (isiOS) { console.log('IOS') }else{ console.log('安卓')
相關文章
相關標籤/搜索