ie必须要清除一次缓存才有最新的数据,是什么原因?
比如说增删改成,实际上已经成功了,但是必须要清除下缓存才能显示正确
<meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10" />
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
meta标签里面也设置了不缓存
因为那就是
IE
啊,会把http
请求缓存的IE
啊,请求加个时间戳吧。