本文介绍了帝国CMS想要实现PC端跳转手机端怎么开发,现在响应式或者是适应式网站越来越流行了,新网站基本都会采用响应式开发,旧网站则会采用页面跳转的方式,这个教程就告诉大家电脑端怎么跳到手机端。
下面92建站就和大家分享下帝国CMS实现PC端跳转手机端的方法。
第一步、先要解析手机端域名,比如说 m.域名.com
第二步:状况加入JS规则
<script type="text/javascript">
try {var urlhash = window.location.hash;if (!urlhash.match("fromapp"))
{if ((navigator.userAgent.match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i)))
{window.location="https://m.78moban.com/";}}}
catch(err)
{
}</script>
<meta name="mobile-agent" content="format=xhtml;url=https://m.78moban.com/">
第三步:加入帝国的跳转规则
1、列表页规则
动态页:https://m.域名.cn/e/action/ListInfo/?classid=[!--self.classid--]
静态页:https://m.域名.cn<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>
2、内容页规则
动态页:https://m.域名.cn/e/action/ListInfo/?classid=[!--self.classid--]
静态页:https://m.域名.cn<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>
这样就结束了,按照上面的方法使用就可以了,注意看好静态页和动态页使用的规则是不一样的。
本文链接:http://78moban.cn/post/15432.html
版权声明:站内所有文章皆来自网络转载,只供模板演示使用,并无任何其它意义!