帝国cmsPC页面跳转到wap移动端代码/万能移动适配代码

时间:2024年04月11日

/

来源:网络

/

编辑:佚名

<script type="text/javascript">
    (function(){
        var ua = navigator.userAgent.toLowerCase();
        var bIsIpad = ua.match(/ipad/i) == "ipad";
        var bIsIphoneOs = ua.match(/iphone os/i) == "iphone os";
        var bIsAndroid = ua.match(/android/i) == "android";
        var bIsWM=ua.match(/windows mobile/i)=="windows mobile";
        var host = "<?=$public_r['add_zhan_murl']?>";
        var pathname = window.location.pathname;
        if(bIsIpad||bIsIphoneOs||bIsAndroid||bIsWM){
            window.location.href =host + pathname;
        }
    })();
</script>
注:此代码适用于PC/WAP除了域名,后缀参数都一样。
比如:
PC :  http://1333wan.78moban.com/game/219.html
WAP:http://m.1333wan.78moban.com/game/219.html
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。