只要将它放在手机版网站的,一个都包含的文件里即可
function uaredirect(murl,wurl){ //murl为手机网站域名,wurl为电脑版网站域名地址
try {
if(document.getElementById("bdmark") != null){
return;
}
var urlhash = window.location.hash;
if (!urlhash.match("fromapp")){
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {
//location.replace(murl);
}else{
location.replace(wurl);
}
}
} catch(err){}
}
82 uaredirect("http://m.xxx.com","http://www.xxx.com");
![图片[1]-js判断是电脑访问手机版网站,跳转到电脑版-AA源码网 | 源码收藏](https://images.aaym.net/2024/05/20240525004152921-d14467351ce2a7e25473ba1b1ff0640e_1g5937qoe3x8747d8e8f482154b6db05ff3c57ac866482d.0x537x335.jpg!/format/webp/lossless/true)
本文结束END

© 版权声明
THE END
暂无评论内容