标签:
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){} | |
} | |
} | |
} |
标签:
原文地址:http://www.cnblogs.com/anyben/p/4470337.html