国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js判斷手機訪問或者PC的幾個例子(常用于手機跳轉)

2019-11-20 11:00:38
字體:
來源:轉載
供稿:網友

例子一

<script>function browserRedirect() {  var sUserAgent = navigator.userAgent.toLowerCase();  var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";  var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";  var bIsMidp = sUserAgent.match(/midp/i) == "midp";  var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";  var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";  var bIsAndroid = sUserAgent.match(/android/i) == "android";  var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";  var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";  if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){   window.location.href='//www.survivalescaperooms.com';  }else{ //window.location.;  }}$(function(){ browserRedirect();});</script>

例子2

<script type="text/javascript">(function(){  var reWriteUrl = function(url){    if(url){      var Splits = url.split("/"),siteName=window.location.pathname;      if(typeof siteName!=="undefined"){        return "http://m.VeVB.COm"+siteName;      }    }  };  if(/Android|webOS|iPhone|iPad|Windows Phone|iPod|BlackBerry|SymbianOS|Nokia|Mobile/i.test(navigator.userAgent)){    var url=window.location.href;    var pathname=window.location.pathname;    if(url.indexOf("?mobile")<0){    try{      window.location.href=reWriteUrl(url);    }catch(e){}    }  };})();</script>

注意,如果給搜索引擎看的話我們在文件頭加入
<meta http-equiv="mobile-agent" content="format=xhtml; url=http://m.VeVB.COm" />
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.VeVB.COm" />
意思是告訴搜索引擎移動蜘蛛抓取的是手機版本的.

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 修武县| 洪雅县| 绥滨县| 航空| 湘潭县| 峡江县| 浙江省| 辽中县| 隆子县| 民勤县| 新化县| 进贤县| 盐山县| 大洼县| 孝感市| 富锦市| 泰来县| 双城市| 屯门区| 巧家县| 进贤县| 乃东县| 富阳市| 洞口县| 榆中县| 河池市| 科尔| 方城县| 萨迦县| 宜兰市| 土默特左旗| 东辽县| 荥经县| 高平市| 霍林郭勒市| 阿克陶县| 宜兴市| 黑山县| 阳高县| 扎囊县| 克东县|