固定,我将content-type从更改
application/json; charset=utf8为just plain
application/json。
我讨厌IE :)
另外,为了避免IE超级缓存,请尝试以下操作:
var d = new Date();$.ajax({ url:"{{SITE_URL}}/content/twitter.json?_="+d.getTime(), ...Snip...这样,每个请求都是IE获得:D的新网址

固定,我将content-type从更改
application/json; charset=utf8为just plain
application/json。
另外,为了避免IE超级缓存,请尝试以下操作:
var d = new Date();$.ajax({ url:"{{SITE_URL}}/content/twitter.json?_="+d.getTime(), ...Snip...这样,每个请求都是IE获得:D的新网址