0712-2888027 189-8648-0214
微信公众号

孝感风信网络科技有限公司微信公众号

当前位置:主页 > 技术支持 > DedeCMS > dedecms PC端跳转移动端示例代码

dedecms PC端跳转移动端示例代码

时间:2024-05-18来源:风信官网 点击: 771次
以下为dedecms PC端跳转移动端示例代码:

首页:

<meta name="mobile-agent" content="format=html5;url={dede:global.cfg_mobileurl/}/index.php">
<meta name="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/index.php">

列表页:

<meta name="mobile-agent" content="format=html5;url={dede:global.cfg_mobileurl/}/list.php?tid={dede:field.id/}">
<meta name="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/list.php?tid={dede:field.id/}">

详情页:

<meta name="mobile-agent" content="format=html5;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">
<meta name="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">

js判断终端的代码:

<script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="{dede:global.cfg_mobileurl/}/index.php";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
热门关键词: dedecms PC端 跳转移动端
栏目列表
推荐内容
热点内容
展开