function display_hist()
{
document.getElementById("display_area").innerHTML='';
document.getElementById("display_area").innerHTML='<img id="hist" src="hist.jpg" width=480 height=480>';
}
我有一个ajax函数,在其他代码调用时尝试重新加载具有相同URL的图像。但是,我一直在获取缓存的图像。如何强制浏览器重新加载图像?或者如何关闭firefox中的缓存功能COMPLETELY(谁认为通过缓存内容他是如此聪明,我有足够的!我不想要任何缓存!),这也很好。