最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
检测移动设备的php代码(手机访问)
时间:2022-06-24 17:34:02 编辑:袖梨 来源:一聚教程网
php代码
| 代码如下 | 复制代码 |
|
//使用实例 include 'Mobile_Detect.php'; // Check for any mobile device. // Check for any tablet. // Check for any mobile device, excluding tablets. if ($detect->isMobile() && !$detect->isTablet()) // Alternative to $detect->isAndroidOS() // Batch usage // Version check. |
|
php判断手机访问
| 代码如下 | 复制代码 |
|
ua = strtolower($_SERVER['HTTP_USER_AGENT']); $uachar = "/(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|mobile|wap)/i"; if(($ua == '' || preg_match($uachar, $ua))&& !strpos(strtolower($_SERVER['REQUEST_URI']),'wap')) if (!empty($Loaction)) exit; }
/** |
|
js代码
测试代码:
var isIPhone = /iPhone/i.test(navigator.userAgent),
代码如下
复制代码
isIPad = /iPad/i.test(navigator.userAgent),
isAndroid = /android/i.test(navigator.userAgent);
var isIOS = isIPhone || isIPad;
alert(
"iPhone? "+isIPhone+"tr"+
"iPad? "+isIPad+"tr"+
"Android? "+isAndroid+"tr"+
"iOS? "+isIOS
);
相关文章
- 暗喻幻想:ReFantazio御剑滑行方法 10-29
- 暗喻幻想:ReFantazio黄金虫数量说明 10-29
- 暗喻幻想魔坏之锤获取方法攻略分享 10-29
- 暗喻幻想:ReFantazio难度更改说明 10-29
- 暗喻幻想古井死胡同BOSS打法攻略分享 10-29
- 骗子酒吧骗子骰子游戏规则介绍说明 10-29