六狼论坛's Archiver
首页
›
JavaScript
› prototype,ajax请求用get时的缓存问题
happyforever82
发表于 2013-1-23 02:45:01
prototype,ajax请求用get时的缓存问题
new Ajax.Request(
targetUrl,
{
method:'get',
requestHeaders: ['Cache-Control','no-cache','If-Modified-Since','0'],
asynchronous:true,
onComplete:updates
}
);
页:
[1]
查看完整版本:
prototype,ajax请求用get时的缓存问题