jquery根据请求的设备跳转到相应的页面
if(window.location.toString().indexOf(‘pref=padindex‘) != -1){ | |
}else{ | |
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|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){ | |
window.location.href="http://m.mobile.com/index.htm"; | |
}else if(/iPad/i.test(navigator.userAgent)){ | |
window.location.href="http://www.pad.com/index/" | |
}else{ | |
window.location.href="http://m.mobile.com/simple/s/index/" | |
} | |
}catch(e){} | |
} | |
} | |
} |
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。