- <script type="text/javascript">
- 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="手机页面";
- }else if(/iPad/i.test(navigator.userAgent)){
- window.location.href="平板页面";
- }else{
- window.location.href="其他移动端页面"
- }
- }catch(e){}
- }
- }
- </script>
用正则表达式判断不同的终端
最新推荐文章于 2023-12-13 13:48:48 发布