开发过程中遇到版本发布之后需要修改页面静态资源的问题,但由于初版没有设置不使用浏览器缓存,只好更换了页面地址。
建议以后开发都在<head>中加上:
<meta http-equiv="Expires",content="0"> <meta http-equiv="Pragma",content="no-cache"> <meta http-equiv="Cache-control",content="no-cache"> <meta http-equiv="Cache",content="no-cache">
标签:缓存,浏览器,回顾,html,使用,页面 From: https://www.cnblogs.com/ximu1009/p/16708027.html