Home  >  Article  >  Backend Development  >  在form表单里填值后,刷新页面的时候浏览器不断地提示是否重新提交表单?如何解决?

在form表单里填值后,刷新页面的时候浏览器不断地提示是否重新提交表单?如何解决?

WBOY
WBOYOriginal
2016-06-06 20:46:392017browse

在form表单里填值后,刷新页面的时候浏览器不断地提示是否重新提交表单?如何解决?

回复内容:

在form表单里填值后,刷新页面的时候浏览器不断地提示是否重新提交表单?如何解决?

之前的提交没有重定向,所以再刷新时浏览器还保持着上次的提交完成状态,此时浏览器的默认行为就是提示你重新提交,因为没有重定向很可能是提交未成功。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn