判断页面是否为移动端

判断页面是否为移动端

1
2
3
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
if (isMobile) {
}

判断页面是否为移动端
https://huangzunxue998.top/2024/06/06/判断页面是否为移动端/
Author
黄dada
Posted on
June 6, 2024
Licensed under