IE浏览器中缓存,导致数据不实时刷新解决方法

URL后加数学随机数 或者 时间戳

?time=new Date().getTime()  // 时间戳

?number=Math.random()  // 随机数

 

转载于:https://www.cnblogs.com/tw6668/p/9656246.html

你可能感兴趣的:(javascript)