怎么从www跳转到m,并不改变后续网址内容

废话不多说,直接上代码

<script>
var __current_url_4_forward = window.location.href;
var __ua__4_forward=window.navigator.userAgent.toLowerCase();
if(__ua__4_forward.toLowerCase().indexOf("android")!=-1 || __ua__4_forward.toLowerCase().indexOf("iphone")!=-1 ||__ua__4_forward.toLowerCase().indexOf("ipad")!=-1 || __ua__4_forward.toLowerCase().indexOf("windows mobile")!=-1){
    window.location.href = window.location.href.replace("cbook","mbook").replace("ccls","mcls").replace("https://www.","https://m.");
}
</script>

最后面的window.location.href.replace(“cbook”,”mbook”).replace(“ccls”,”mcls”).replace(“https://www.”,”https://m.”);可以考虑增添,方便运行

发布者:彬彬笔记,转载请注明出处:https://www.binbinbiji.com/html5/2228.html

(1)
彬彬笔记彬彬笔记
上一篇 2021年3月7日
下一篇 2021年5月31日

相关推荐

发表回复

登录后才能评论
蜀ICP备14017386号-13