手机和电脑显示不同内容HTML+JS跳转

我们仅支持更安全可靠的USDT充值!

相对用CDN来重定向更简单。

 

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script type="text/javascript">
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) { //跳到手机端
window.location = "phone_index.html";

} else {
//跳到电脑端
window.location = "pc_index.html";
}
</script>
</head>
<body>

</body>
</html>
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容