JS访问数据,有实时获取数据的时候,请加上时间戳
如:'&stampflag=' + Math.round(new Date().getTime() / 1000);

因为有的浏览器(如IE9)会直接读缓存,导致界面显示的数据不准确。

相关文章: