有时为了清除一个网页的缓存可以在访问该网页时添加为当前时间的参数
例如:
链接到页面/Ajax/GetNew时可以写成
$.get("/Ajax/GetNew?a="+new Date().getTime(),function(){})
可以清除页面的缓存~
有时为了清除一个网页的缓存可以在访问该网页时添加为当前时间的参数
例如:
链接到页面/Ajax/GetNew时可以写成
$.get("/Ajax/GetNew?a="+new Date().getTime(),function(){})
可以清除页面的缓存~