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.
当我在 Chrome 和 IE 中使用后退按钮(并且正在请求的页面是通过 HTTP GET 获取的)时,我注意到该页面是从本地缓存中检索的。即没有发出新的HTTP 请求。
Firefox 的工作方式不同,按下后退按钮时会发出新的 HTTP 请求。
有没有办法让 firefox 表现得像 Chrome 和 IE?