标签: google-chrome browser fetch cache-control
如何强制Google Chrome忽略存储在其缓存中的数据?
我试过以下无济于事:
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> <meta http-equiv="pragma" content="no-store, no-cache" /> <meta http-equiv="expires" content="0" />