码迷,mamicode.com
首页 > 移动开发 > 详细

判断移动设备访问自动跳转到移动版页面

时间:2014-05-26 10:06:19      阅读:929      评论:0      收藏:0      [点我收藏+]

标签:android   style   c   class   blog   code   

UA判断,写js里面,页面加载时执行

bubuko.com,布布扣
if( /Android|webOS| iPhone | iPad | iPod |BlackBerry|opera mini|opera mobile|appleWebkit.*mobile|mobile/i.test(navigator.userAgent) ) {
window.location = ‘wap.html‘;
}
bubuko.com,布布扣

 

判断移动设备访问自动跳转到移动版页面,布布扣,bubuko.com

判断移动设备访问自动跳转到移动版页面

标签:android   style   c   class   blog   code   

原文地址:http://www.cnblogs.com/shenyixin/p/3747181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!