检测浏览器是pc端还是移动端 是否微信浏览器
生活随笔
收集整理的這篇文章主要介紹了
检测浏览器是pc端还是移动端 是否微信浏览器
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
judgeTerrace() {//檢測平臺let p = navigator.platform;this.system.win = p.indexOf("Win") == 0;this.system.mac = p.indexOf("Mac") == 0;this.system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);this.system.ipad = (navigator.userAgent.match(/iPad/i) != null) ? true : false;let ua = navigator.userAgent.toLowerCase();if (this.system.win || this.system.mac || this.system.xll || this.system.ipad) {if (ua.match(/MicroMessenger/i) == "micromessenger") {// console.log('在PC端微信上打開的');this.ismobileWeiXin = false} else {// console.log('在PC端非微信上打開的');this.ismobileWeiXin = false}} else {if (ua.match(/MicroMessenger/i) == "micromessenger") {// console.log('在手機端微信上打開的');this.ismobileWeiXin = true} else {// console.log('在手機上非微信上打開的');this.ismobileWeiXin = true}}}
?
總結
以上是生活随笔為你收集整理的检测浏览器是pc端还是移动端 是否微信浏览器的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 性价比打过折的故宫紫禁城
- 下一篇: Win/ubuntu16.04+tens