js自动判断浏览器类型跳转到手机版
生活随笔
收集整理的這篇文章主要介紹了
js自动判断浏览器类型跳转到手机版
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
//電腦版頭部寫法:
<script language="javascript"> function is_mobile() { var regex_match = /(nokia|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|s[cg]h|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i; var u = navigator.userAgent; if (null == u) { return true; } var result = regex_match.exec(u); if (null == result) { return false } else { return true } } function QueryString(item) {var sValue=location.search.match(new RegExp("[\?\&]"+item+"=([^\&]*)(\&?)","i"))return sValue?sValue[1]:sValue } if (QueryString("ID")!="t" && is_mobile()) { document.location.href= 'http://m.114369.cn/'; } </script>
<script language="javascript"> function is_mobile() { var regex_match = /(nokia|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|s[cg]h|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i; var u = navigator.userAgent; if (null == u) { return true; } var result = regex_match.exec(u); if (null == result) { return false } else { return true } } function QueryString(item) {var sValue=location.search.match(new RegExp("[\?\&]"+item+"=([^\&]*)(\&?)","i"))return sValue?sValue[1]:sValue } if (QueryString("ID")!="t" && is_mobile()) { document.location.href= 'http://m.114369.cn/'; } </script>
?
手機版底部寫法:
<p><a href="http://www.114369.cn/?q=t">電腦版</a>|<a href="javascript:void(0)">手機版</a></p>?
總結
以上是生活随笔為你收集整理的js自动判断浏览器类型跳转到手机版的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: form表单序列化成json数据 将空值
- 下一篇: 企业服务器备份