网站模板源码空间主机设计梦想站

您的当前位置:网站首页 » 本站公告 » 正文—产品服务相关-图片价格表-明细价格表-综合价格表——源码论坛

手机访问页面自动手机端跳转源代码

来源:本站 发表:2025-05-20 点击:19

 <script type="text/javascript">

    var mobileUrl="http://wap.cy0575.cn",
        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>