IE8 getJSON缓存数据

Ste*_*eve 9 javascript asp.net ajax json internet-explorer-8

只是一个真的.IE8正在缓存我的数据,因此它第一次运行但后来没有运行.当我调用getJSON时,我需要使用缓存数据来阻止它吗?

PS我目前在IE浏览我的网站所以期待我的很多帖子:)感谢所有帮助到目前为止真的是一个很好的帮助!

Nic*_*ver 12

在通话前拨打这个.getJSON电话:

$.ajaxSetup({ cache: false });
Run Code Online (Sandbox Code Playgroud)