最新公告
  • 欢迎您光临仿站吧 帝国CMS模板一站式建站供应平台 . 欢迎加入VIP
  • 帝国CMS电脑版页面手机访问,自动跳转手机版页面

    正文概述 仿站吧   2022-11-25 05:50:09  
    内容页的跳转代码,放在</head>前:
     
    <script type="text/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
        }
    }
    if (is_mobile()) {
        document.location.href = 'http://m.fangzhanba.com[!--titleurl--]';
    }
    </script>
     
    红色部分修改为自己的域名,其他页面参考上述代码修改。
    仿站吧,一个优质的源码资源平台!
    仿站吧 » 帝国CMS电脑版页面手机访问,自动跳转手机版页面