PC跳手机(pc一个页面,手机一个页面)

<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="http://yq.zpyuheng.com.cn/m/"; //这里的网址请改为你手机站的网址
}
}
}
catch(err)
{
}
</script>

猜你喜欢

转载自blog.csdn.net/qq_41832207/article/details/85452051