Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 HTML 表单,我想发布数据然后向用户显示一些文本。我听过几个人讨论这个想法:
用户应该从 [表单页面] -> [处理表单发布页面] -> [显示页面] 还是应该只进入组合的 [表单页面] -> [处理表单/显示页面]
我听说前者更安全,而后者重定向更少。
有哪些答案?
为避免缓存问题,请在刷新问题和类似问题时重新提交:使用 POST-REDIRECT-GET 模式。
根据您的问题,您可以只使用 [表单页面] -> [要处理和显示的表单页面]。