<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_zhann_murl']?>";
var pathname = window.location.pathname;
if(bIsIpad||bIsIphoneOs||bIsAndroid||bIsWM){
window.location.href =host + pathname;
}
})();
</script>
注:此代码适用于PC/WAP除了域名,后缀参数都一样。
比如:
P C : http://1333wan.a.com/game/219.html
WAP:http://m.1333wan.a.com/game/219.html
![图片[1]-帝国cmsPC页面跳转到wap移动端代码/万能移动适配代码-HostJL-VPS主机交流](https://www.hostjl.com/wp-content/hctimg/20230530/1678673229-5233b062e2865c856.jpg)
© 版权声明
THE END










暂无评论内容