Home >Backend Development >PHP Tutorial >javascript - 怎么实现通过浏览器的后退按钮回到的上一个页面, 上一个页面重新加载?

javascript - 怎么实现通过浏览器的后退按钮回到的上一个页面, 上一个页面重新加载?

WBOY
WBOYOriginal
2016-06-06 20:25:321638browse

如题 ; 我想在点击浏览器的返回按钮, 返回的上个页面重新向服务器请求, 重新加载页面, 保证这个返回的页面上的内容是最新的, 怎么通过php 或者 jQuery 实现. 具体的思路或者方法是什么 是在本页面写代码 还是在要返回的那个页面上写代码

回复内容:

如题 ; 我想在点击浏览器的返回按钮, 返回的上个页面重新向服务器请求, 重新加载页面, 保证这个返回的页面上的内容是最新的, 怎么通过php 或者 jQuery 实现. 具体的思路或者方法是什么 是在本页面写代码 还是在要返回的那个页面上写代码

我知道一个,告诉浏览器不缓存该页面,cache-control: no-cache,no-store, must-revalidate

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