当前位置:网站首页>JS determines whether the mobile terminal or the PC terminal
JS determines whether the mobile terminal or the PC terminal
2022-07-02 05:51:00 【Front end of brick moving】
js Judge whether the mobile terminal is pc End
function isMobile() {
let userAgentInfo = navigator.userAgent;
let Agents = ['Android', 'iPhone', 'SymbianOS', 'Windows Phone', 'iPad', 'iPod'];
let getArr = Agents.filter(i => userAgentInfo.includes(i));
return getArr.length ? true : false;
}
Judge whether it is pc End
- true: Mobile
- false: pc End
边栏推荐
- 5g market trend in 2020
- File contains vulnerabilities (II)
- 正则表达式总结
- Test case
- How to change the IP address of computer mobile phone simulator
- brew install * 失败,解决方法
- Lingyunguang rushes to the scientific innovation board: the annual accounts receivable reaches 800million. Dachen and Xiaomi are shareholders
- php获取cpu使用率、硬盘使用、内存使用
- Sliding window on the learning road
- [leetcode] day92 container with the most water
猜你喜欢
Vite打包后的dist不能直接在浏览器打开吗
Visual Studio導入
[paper translation] gcnet: non local networks meet squeeze exception networks and beyond
vite如何兼容低版本浏览器
A collection of commonly used plug-ins for idea development tools
Record sentry's path of stepping on the pit
Software testing learning - day 4
我所理解的DRM显示框架
Reading notes of cgnf: conditional graph neural fields
Software testing - concept
随机推荐
Here comes a new chapter in the series of data conversion when exporting with easyexcel!
Pytorch Chinese document
Brew install * failed, solution
mysql事务和隔离级别
Visual Studio导入
PHP read file (read the specified line containing a string in the file)
数理统计与机器学习
Centos8 installation mysql8.0.22 tutorial
[PHP是否安装了 SOAP 扩]对于php实现soap代理的一个常见问题:Class ‘SoapClient‘ not found in PHP的处理方法
PHP development and testing WebService (soap) -win
Sliding window on the learning road
H5 jump applet
php数组转化为xml
文件包含漏洞(一)
软件测试 - 概念篇
线程池概述
PHP 开发与测试 Webservice(SOAP)-Win
3D 打印机 G 代码命令:完整列表和教程
[paper translation] gcnet: non local networks meet squeeze exception networks and beyond
《CGNF: CONDITIONAL GRAPH NEURAL FIELDS》阅读笔记