侧边栏壁纸

JS解决form表单刷新页面,提示“确认重新提交表单”

2024年12月13日 30阅读 0评论 0点赞

问题

在html添加表单后,重新刷新出现确认重新提交表单的提示,一刷新就提示,很不友好

m4mfitm7.png

解决

在js中添加window.history.replaceState(null, null, window.location.href);

<script>
        $(function () {
            //禁用“确认重新提交表单”
            window.history.replaceState(null, null, window.location.href);
        })
</script>
0
打赏

—— 评论区 ——

昵称
邮箱
网址
取消
舔狗日记