Firefox下强制页面缓存失效的设置方法
在需要强制页面缓存失效的页面的Head节点中添加如下语句:
<meta http-equiv="cache-control" content="no-cache,no-store">
<meta http-equiv="cache-control" content="no-cache,no-store">
<meta http-equiv="cache-control" content="no-cache,no-store">