gpt4 book ai didi

javascript - 如何在刷新后删除 id (#) 目标

转载 作者:行者123 更新时间:2023-11-28 20:34:29 25 4
gpt4 key购买 nike

我有一个用户流程,用户将在index.html 上填写表单,然后单击“下一步”转到index.html/#step2

但是,如果用户点击刷新按钮,我希望用户返回到index.html,而不是停留在index.html/#step2。

有没有办法强制他们返回index.html?

谢谢

最佳答案

您可以通过在每次加载页面时将位置哈希设置为空字符串来实现此目的。

<script type="text/javascript">
window.onload = function() {
document.location.hash = "";
}
</script>

关于javascript - 如何在刷新后删除 id (#) 目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15713195/

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