手机端自适访问PC端自动跳转手机网站的代码样式

首先要区分网站是自适应还是分离式模板,比如:自适应=PC端和手机端共用模板,分离式=PC端和手机端分开模板

以下代码只需在PC端模板里添加,移动端模板不需要添加。

如果是分离式模板,请在网站模板里的</head>之前加上以下代码:

<meta http-equiv=”mobile-agent” content=”format=xhtml;url={$eyou.field.pageurl_m}”>
<script type=”text/javascript”>if(window.location.toString().indexOf(‘pref=padindex’) != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href=”{$eyou.field.pageurl_m}”;}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}</script>

如果是响应式自适应模板,而且后台开启并配置了手机端域名,请在网站模板里的</head>之前加上以下代码:

<meta http-equiv=”mobile-agent” content=”format=xhtml;url={$eyou.field.pageurl_m}”>
<script type=”text/javascript”>if(window.location.toString().indexOf(‘pref=padindex’) != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){if(window.location.toString().indexOf(‘{$eyou.field.mobile_domain}’) == -1){window.location.href=”{$eyou.field.pageurl_m}”;}}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}</script>

原文链接:http://www.zsiss.com/2928.html,转载请注明出处。

0

评论0

请先

2022年新年快乐!终身VIP用户可以享受超低价eyou代理平台域名授权一个,联系客服获取!

社交账号快速登录

微信扫一扫关注
如已关注,请回复“登录”二字获取验证码