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.
我创建了一个图表,该图表会在 csv 文件更改时更新。它在 Firefox 中正确显示,但在 Internet Explorer 中它会缓存 csv 文件,并且仅在刷新浏览器时显示正确的值。我已将以下内容放入标题中,但它仍然有效
有什么方法可以阻止 Internet Explorer 缓存文件。
PJM
您可以将随机查询字符串附加到 URL:
http://www.foo.com/ajax/data.csv?cdcvhygvfghjguytdrtd
(为每个请求更改它)