对于一个html页面,缓存分3部分,一个是页面内容,一个是css样式,一个是JS文件

CSS和JS文件缓存

<link rel="stylesheet" type="text/css" href="css/index.css" />

改为

<link rel="stylesheet" type="text/css" href="css/index.css?version=1.0.1" />

每次修改后改一下版本号

 

相关文章:

  • 2022-12-23
  • 2022-01-22
  • 2021-12-06
  • 2021-06-29
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2021-12-01
  • 2021-11-27
  • 2022-02-06
  • 2022-12-23
相关资源
相似解决方案