gpt4 book ai didi

javascript - 自动移动网站重定向

转载 作者:技术小花猫 更新时间:2023-10-29 12:29:04 26 4
gpt4 key购买 nike

我刚刚制作了我的第一个 jQuery 移动网站。

我想让用手机查看我的“完整站点”的人自动转移到“移动站点”。如果他们愿意,还可以单击链接查看完整站点。

我不知道从哪里开始。有没有我可以使用的 JavaScript 之类的东西?

如果您想查看站点的外观,请查看完整站点:http://www.solera-restaurant.com移动网站仍在我的测试服务器上:http://graves-incorporated.com/test_sites/solera_mobile/

最佳答案

<script type="text/javascript">
if (screen.width <= 720) {
window.location = "mobile/index.php";
}
</script>

关于javascript - 自动移动网站重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9511526/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com