首页
网站后台
php开发
数据库
Web前端
JavaScript
CSS样式表
Flash
iOS开发
安卓开发
服务器
视觉设计
其它
微语
登录
js判断PC端与移动端跳转
2017-4-27
liuweibo
JavaScript
var mobile_bs = { versions: function() { var u = navigator.userAgent; return { trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf('Presto') > -1, //opera内核 webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核 gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核 mobile: !! u.match(/AppleWebKit.*Mobile.*/) || !! u.match(/AppleWebKit/) && u.indexOf('QIHU') && u.indexOf('QIHU') > -1 && u.indexOf('Chrome') < 0, //是否为移动终端 ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端 android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或者uc浏览器 iPhone: u.indexOf('iPhone') > -1 || u.indexOf('Mac') > -1, //是否为iPhone或者QQHD浏览器 iPad: u.indexOf('iPad') > -1, //是否iPad webApp: u.indexOf('Safari') == -1 //是否web应该程序,没有头部与底部 } } () }; if (mobile_bs.versions.mobile) { if (mobile_bs.versions.android || mobile_bs.versions.iPhone || mobile_bs.versions.iPad || mobile_bs.versions.ios) { window.location.href = "移动端网址"; } };
分享到:
QQ空间
新浪微博
腾讯微博
微信
更多
«
JS判断横屏竖屏
|
常用的SQL例句 数据库开发所需知识
»
日历
存档
2020年11月(1)
2020年9月(4)
2020年8月(5)
2020年7月(10)
2020年6月(7)
2020年5月(6)
2020年4月(2)
2020年3月(2)
2020年1月(6)
2019年12月(12)
2019年11月(13)
2019年10月(9)
2019年9月(11)
2019年8月(10)
2019年7月(10)
2019年6月(11)
2019年5月(15)
2019年4月(20)
2019年3月(23)
2019年2月(7)
2019年1月(24)
2018年12月(28)
2018年11月(8)
2018年10月(2)
2018年1月(2)
2017年12月(1)
2017年11月(9)
2017年9月(2)
2017年8月(2)
2017年7月(6)
2017年6月(8)
2017年5月(22)
2017年4月(23)
2017年3月(5)
2017年2月(10)
2017年1月(10)
2016年12月(15)
2016年11月(16)
2016年10月(6)
2016年9月(9)
2016年8月(17)
最新评论
链接
育灵童官网
Emlog官方主页
搜索