h5自动清除缓存:
第一种:
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
第二种:(加版本号)
常见的是文件名传参,例如: demo.css?v=1535549856
第三种:(微信)(或者是时间命名的文件夹:"https://test.com/201905231610/index.html
")
建议使用md5文件名的方式: demo-9bee5121379679ec.css