IT技术博客网IT技术博客网IT技术博客网

当前位置: 首页 > 前端

JS去除刷新表单弹窗-您所查找的网页要使用已输入的信息。返回此页可能需要重复已进行的所

去除html中默认F5刷新的弹窗的方法

<script type="text/javascript">
    window.history.replaceState(null, null, window.location.href);
</script>



技术QQ交流群:157711366

技术微信:liehuweb

写评论