博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
识别移动设备脚本
阅读量:6717 次
发布时间:2019-06-25

本文共 396 字,大约阅读时间需要 1 分钟。

var QVPL= {}; var pl = navigator.platform.toLowerCase();  		 var ipad = pl.match(/ipad/);  		 if (ipad) {  			 QVPL._clientPlatform = "ipad";  			 return true;  		 }	  		 var iphone = pl.match(/iphone/); if (iphone) {  			 QVPL._clientPlatform = "iphone"; return true;  		 }  		 var ipod = pl.match(/ipod/);  		 if (ipod) {  			 QVPL._clientPlatform = "ipod"; return true;  		 }  		 return false;

转载地址:http://trkmo.baihongyu.com/

你可能感兴趣的文章
宅男程序员给老婆的计算机课程之4:SQL vs NoSQL
查看>>
VIM编辑模式与命令模式
查看>>
python小技巧-基于python本身
查看>>
【C#】使用ADO .Net Entities Framework 与WPF ListBox控件绑定
查看>>
CentOS5.x系统 配置YUM服务器
查看>>
OTS数据迁移验证方案
查看>>
黑客学习笔记教程之一:黑客文化
查看>>
alias别名、时间、screen、echo等——Linux基本命令(3)
查看>>
Access-Control-Allow-Origin与跨域
查看>>
Python正则表达式详解
查看>>
交换机、路由器设备选型总结
查看>>
linux文件系统介绍
查看>>
find
查看>>
互联网MySQL开发规范
查看>>
android中的按钮以图片的方式显示_基础篇
查看>>
linux indent命令: 调整C原始代码文件的格式
查看>>
snmp之——2交换机MIB库ID和物理端口不对应
查看>>
Centos6.7下安装python连接mysql环境故障解决
查看>>
12.交换路由密码恢复
查看>>
sudo:sorry,you must have a tty to run sudo
查看>>