js识别手机设备并跳转

if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){

if(window.location.href.indexOf("?mobile")<0){

try{

if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){

window.location.href=www.hivebanks.com”;

}else if(/iPad/i.test(navigator.userAgent)){

}else{

window.location.href="www.hivebanks.com

}

}catch(e){}

}

}



猜你喜欢

转载自blog.csdn.net/smile0125/article/details/80263319
今日推荐