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

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

判断移动设备访问自动跳转到移动版页面
if( /Android|webOS| iPhone | iPad | iPod |BlackBerry|opera mini|opera mobile|appleWebkit.*mobile|mobile/i.test(navigator.userAgent) ) {
window.location = ‘wap.html‘;
}
判断移动设备访问自动跳转到移动版页面

 

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

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

上一篇:Android 基础知识再次理解


下一篇:django-腾讯paas-appengine阅读