我读到,当您无法访问Web服务器的标头时,您可以使用以下命令关闭缓存:
<meta http-equiv="Cache-Control" content="no-store" />
Run Code Online (Sandbox Code Playgroud)
但我也读到这在某些版本的IE中不起作用.是否有任何<meta>标签可以关闭所有浏览器中的缓存?
我查看了一些以这种方式放置样式表的html代码:
<link href="styles.css?=121" rel="stylesheet" type="text/css">
Run Code Online (Sandbox Code Playgroud)
这是什么意思?