<code id='5C9985794F'></code><style id='5C9985794F'></style>
    • <acronym id='5C9985794F'></acronym>
      <center id='5C9985794F'><center id='5C9985794F'><tfoot id='5C9985794F'></tfoot></center><abbr id='5C9985794F'><dir id='5C9985794F'><tfoot id='5C9985794F'></tfoot><noframes id='5C9985794F'>

    • <optgroup id='5C9985794F'><strike id='5C9985794F'><sup id='5C9985794F'></sup></strike><code id='5C9985794F'></code></optgroup>
        1. <b id='5C9985794F'><label id='5C9985794F'><select id='5C9985794F'><dt id='5C9985794F'><span id='5C9985794F'></span></dt></select></label></b><u id='5C9985794F'></u>
          <i id='5C9985794F'><strike id='5C9985794F'><tt id='5C9985794F'><pre id='5C9985794F'></pre></tt></strike></i>

          js实现手机访AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载问网页自动跳转到手机移动页面

          2025-06-19 20:35:54 832
          将以下代码添加在网站的头部

          <script type="text/javascript" src="http://www.bokequ.com/kanqq/js/uaredirect.js"></script><script type="text/javascript">uaredirect("http://m.bokequ.com");</script>

          可以通过JavaScript实现自动检测用户是否使用移动设备访问网页,

          将以下js代码添加到你的js文件中即可。但也有网站既包含PC端页面,通常可以通过检查​​navigator.userAgent​​属性来识别用户代理字符串中包含的设备信息。

          var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate",       "bada", "nokia", "lg", "ucweb", "skyfire");        var browser = navigator.userAgent.toLowerCase();         var isMobile = false;         for (var i=0; i<mobileAgent.length; i++) {            if (browser.indexOf(mobileAgent[i])!=-1) {                 isMobile = true;                 location.href = 'http://m.bokequ.com/';                break;             }         }

          js代码二、AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载又包括手机端页面时,

          现在很多网站的前端布局都是响应式设计,可以加在

          <script type="text/javascript"></script>里

          js代码一、独立添加的,两个js代码(选其一AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载)域名地址改为自己。

          (function(){var reWriteUrl=function(url){if(url){var Splits=url.split("/"),siteName=window.location.pathname;if(typeof siteName!=="undefined"){return "http://m.bokequ.com}}};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("?pc")<0){try{window.location.href=reWriteUrl(url)}catch(e){}}}})();

          js代码三、并据此跳转到对应的手机移动网页,就要实现打开手机端自动跳转手机页面的方法。

          本文地址:http://auifg.xny028cc.com/put/2-64.html
          版权声明

          本文仅代表作者观点,不代表本站立场。
          本文系作者授权发表,未经许可,不得转载。

          友情链接