文档中心    工具中心
万户网络知识库 > >

手机打开PC站网址跳转到手机站

更新时间:2019-03-08 17:13:50    访问量:

PC端head加上代码

<script type="text/javascript">
try {
var urlhash = window.location.hash;
if (!urlhash.match("fromapp")){
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))){
window.location="手机站网址";
}
}
}
catch(err)

{
}
</script>

以上内容是否对您有帮助?

在文档使用中是否遇到以下问题

更多建议

Top