发布作者: 笒鬼鬼
百度收录: 正在检测是否收录...
作品采用: 《 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 》许可协议授权
在html添加表单后,重新刷新出现确认重新提交表单的提示,一刷新就提示,很不友好
在js中添加window.history.replaceState(null, null, window.location.href);
<script>
$(function () {
//禁用“确认重新提交表单”
window.history.replaceState(null, null, window.location.href);
})
</script>
—— 评论区 ——