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.
我在我的 php 项目中使用 smarty 模板语言。它工作得很好,除了我得到:
文档已过期,此文档不再可用。
每次单击浏览器中的后退按钮时都会出错。我没有更改 php 或 smarty 中的任何设置。
和聪明一点关系都没有。当通过 POST 请求(提交表单)生成上一页时,后退按钮会显示此消息。这是完全正常的行为。通过提交表单生成的页面不应通过后退按钮可用。要摆脱它,请使用 GET 方法(URL 中的查询字符串)。