美文网首页
vue项目 判断当前设备是在移动端还是pc端打开

vue项目 判断当前设备是在移动端还是pc端打开

作者: 看庭前花开花落_望天上云卷云舒 | 来源:发表于2020-07-02 16:35 被阅读0次

    原文链接:https://blog.csdn.net/qq_24744451/java/article/details/88538398

    _isMobile() {
         let flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i)
         return flag;
    }
    

    相关文章

      网友评论

          本文标题:vue项目 判断当前设备是在移动端还是pc端打开

          本文链接:https://www.haomeiwen.com/subject/ahmrqktx.html