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


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


你可能感兴趣的:(判断移动设备访问自动跳转到移动版页面)