亚洲一区在线播放_亚洲精品久久久久久下一站 _精品免费国产二区三区_欧美哺乳videos

首頁 資訊 關注 生活 汽車 房產 圖片 公益 視頻 常識

網絡

旗下欄目: 網絡 財經 科技 手機 數碼 游戲 收藏 商訊

前端判斷訪問網站網址(手機還是PC)實現自動跳轉手機端代碼

來源:網絡 媒體:武漢網 人氣: 發布時間:2021-11-06 11:54:36
摘要:手機訪問PC端實現自動跳轉手機端代碼的實現方法有很多,云南龍頭科技有限公司小編列出如下幾種供大家參考: 第一種:使用百度出品的uaredirect.js來判斷客戶端是否為手機 <script src="http://www.v6rxv5coo5.com/js-bak/uaredirect-baidu.js" type="text/javascript"
  手機訪問PC端實現自動跳轉手機端代碼的實現方法有很多,云南龍頭科技有限公司小編列出如下幾種供大家參考:
 
第一種:使用百度出品的uaredirect.js來判斷客戶端是否為手機
 
<script src="http://www.v6rxv5coo5.com/js-bak/uaredirect-baidu.js" type="text/javascript"></script><script type="text/javascript">uaredirect("http://www.v6rxv5coo5.com/m");</script>
 
第二種:進入網站自動跳轉
 
<meta http-equiv="refresh" content="0;url= /m ">
 
第三種:
 
<script type="text/javascript">
 
var commonURL = 'http://www.v6rxv5coo5.com/';
 
function mobile_device_detect(url){
 
  var thisOS=navigator.platform;
 
  var os=new Array("iPhone","iPod","iPad","android","Nokia","SymbianOS","Symbian","Windows Phone","Phone","Linux armv71","MAUI","UNTRUSTED/1.0","Windows CE","BlackBerry","IEMobile");
 
  for(var i=0;i<os.length;i++){
 
    if(thisOS.match(os[i])){   
 
         window.location=url;
 
         }
 
  }
 
  if(navigator.platform.indexOf('iPad') != -1){
 
      window.location=url;
 
  }
 
  var check = navigator.appVersion;
 
      if( check.match(/linux/i) ){
 
          if(check.match(/mobile/i) || check.match(/X11/i)) {
 
         window.location=url;
 
        }  
 
      }
 
  Array.prototype.in_array = function(e){
 
    for(i=0;i<this.length;i++){
 
      if(this[i] == e)
 
      return true;
 
      }
 
      return false;
 
    }
 
  } 
 
mobile_device_detect("http://www.v6rxv5coo5.com//m");/*指定跳轉地址*/
 
</script>
 
第四種:
 
<script type="text/javascript">
 
(function(Switch){var switch_pc = window.location.hash;if(switch_pc != "#pc"){if(/iphone|ipod|Android|nokia|blackberry|webos|webos|webmate|bada|lg|ucweb|
 
skyfire|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|wap|mobile/i.test(navigator.userAgent.toLowerCase()))
 
{Switch.location.href='http://www.v6rxv5coo5.com/m';}}})(window);</script>
 
<meta name="mobile-agent" content="format=html5;url=http://www.v6rxv5coo5.com/m"/>
 
<link href="http://www.v6rxv5coo5.com/m" rel="alternate" media="only screen and (max-width:1000px)"/>
 
第五種:(推薦)
 
<meta http-equiv="mobile-agent" content="format=xhtml;url=/m/index.asp">
 
<script type="text/javascript">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="m/index.asp";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
 
第六種:在head中加入JS
 
<script type="text/javascript" src="http://www.v6rxv5coo5.com/m/js/mobile.js"></script>
 
第七種:(與第五種一致,不同的只是在于/m/后邊有無index.asp文件,效果一樣)
 
<meta http-equiv="mobile-agent" content="format=xhtml;url=/m/">
 
<script type="text/javascript">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="/m/";}
 
else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
 
第八種:
 
<link rel="alternate" type="application/vnd.wap.xhtml+xml" media="handheld" href="http://www.v6rxv5coo5.com/m"/>
 
<script src="http://www.v6rxv5coo5.com/js-bak/uaredirect.js?v=5.0" type="text/javascript"></script>
 
<script type="text/javascript">KZ.redirect("http://www.v6rxv5coo5.com/m");</script>
 
第九種:使用騰訊js來判斷客戶端是否為手機
 
<!DOCTYPE html>
 
<html>
 
<head>
 
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
<title>網站首頁</title>
 
<script type="text/javascript">
 
if(window.location.toString().indexOf('pref=padindex') != -1){
 
<br>}else{
 
   if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) <br>     || (/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://xw.qq.com/index.htm";
 
            }else if(/iPad/i.test(navigator.userAgent)){
 
                                window.location.href="http://www.hubeibbs.net/pad/"
 
            }else{
 
                window.location.href="http://xw.qq.com/simple/s/index/"
 
            }
 
        }catch(e){}
 
    }
 
    }
 
}
 
</script>
?大江大湖大武漢? 靈秀湖北 楚楚動人 湖北武漢歡迎你!
免責聲明:
1、本站信息僅供參考,不作為最終指導方案;請謹慎參閱,本站不承擔由此引起的法律責任。本站文章均由網友收集提交。文字、圖片、音頻、視頻來自互聯網及公開渠道,僅供學習與參考,不作商業用途,轉載目的在于傳遞更多的信息,不代表本網立場和觀點,亦不代表本網贊同其觀點。
2、本站為信息網絡儲存空間,武漢網網站信息(包括但不限于文章、圖片、音視頻等信息)是由用戶發布整理上傳,對此類分享作品,本站僅提供交流平臺,無法證實其真實性,不為其版權負責。如果因作品內容、版權有異議或其它問題,請第一時間與我們取得聯系,我們會及時進行處理。
?
首頁 | 資訊 | 關注 | 生活 | 汽車 | 房產 | 圖片 | 公益 | 視頻 | 常識

關于武漢網 |  刊例服務 |  服務協議 | 常見問題 |  網站聲明 |  聯系我們 |  網站地圖

Copyright ? 2009-現在 本地生活門戶 信息僅供參考,本站不承擔引起的法律責任。本站為非盈利公益網站,部分內容及圖片為網友發布來源于互聯網,如有異議,請聯系本站刪除。
監督熱線電話 合作/建議在線QQ:273275115湖北 鄂ICP備2022004376號 法律顧問:張斌律師 湖北武漢生活資訊門戶網站 wuhannews.cn

武漢| 湖北| 資訊| 關注| 財經| 手機| 網絡| 女人| 娛樂| 情感| 美體| 汽車| 房產| 家裝| 美食| 旅游| 指南| 教育| 辦事| 健康| 購物| 交通| 職場| 商訊| 常識| 公益|
主站蜘蛛池模板: 91免费国产视频| 国产精品美女久久久久av超清| 91国产视频在线播放| 国产欧美综合一区| 国产成人久久精品| 久久国产成人精品国产成人亚洲| 中文字幕日韩精品一区二区 | 蜜桃视频成人在线观看| 一区二区在线中文字幕电影视频| 精品国产日本| 欧洲精品在线播放| 欧美尤物巨大精品爽| 国产激情综合五月久久| 日韩中文字幕在线观看| 国产不卡av在线免费观看| 日韩中文字幕网址| 中文字幕av导航| 国模吧一区二区| 欧美在线日韩精品| 日韩啊v在线| 91精品国产综合久久久久久蜜臀 | 久久国产乱子伦免费精品| 91精品国产99久久久久久| 91久久精品美女| 久精品国产欧美| 色黄久久久久久| 亚洲www永久成人夜色| 青青久久av北条麻妃黑人| 日韩中文字幕在线视频观看| 亚洲欧洲一区二区| 国产精品久久久久91| 欧美交换配乱吟粗大25p| 中文字幕欧美日韩一区二区三区| 俺去了亚洲欧美日韩| 欧美亚洲另类在线| 欧美久久久久久V| 久久免费福利视频| 日本一区精品| 午夜免费电影一区在线观看 | 亚洲色欲久久久综合网东京热| 久久精品国亚洲|