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

<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主机交流

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容