UA判断,写js里面,页面加载时执行
if( /Android|webOS| iPhone | iPad | iPod |BlackBerry|opera mini|opera mobile|appleWebkit.*mobile|mobile/i.test(navigator.userAgent) ) { window.location = ‘wap.html‘; }
2022-03-17 11:14:38
UA判断,写js里面,页面加载时执行
if( /Android|webOS| iPhone | iPad | iPod |BlackBerry|opera mini|opera mobile|appleWebkit.*mobile|mobile/i.test(navigator.userAgent) ) { window.location = ‘wap.html‘; }