半点优化网 http://www.bdxc.net/
当前位置首页 > 网站技术问题> 正文

dede织梦网站需要安装一个手机自动跳转的手机源码,请问如何操作?各位大神帮帮忙,若是有会的,高悬赏

2022-04-15 04:29:23 暂无评论 123 网站技术问题 手机   大神   帮帮忙

设置手机自动识别跳转
<!--以下这段粘在网站的头部head里面-->
<script type=text/javascript>
var mobileUrl=你的手机网站首页,
mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {
window.location = mobileUrl;
}
</script>
<!--这段粘在网站的头部head里面-->

猜你喜欢