解决由于网页缓存造成的页面不能及时刷新

由于网页缓存,
url:"picpopup/getImageInfo?time="+new Date(),
在后台,通过添加时间戳,在前台如上所示每次在刷新页面的时候都是最新的,在后台time=new Date()不被解析。在后台接收参数的时候不用把time写进去。

你可能感兴趣的:(java)