Html page caching to solve

For a html page, cache divided into three parts, one page content, one is the css style, it is a JS file

CSS and JS file caching

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

Changed

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

After each change it modified version number

 

Guess you like

Origin www.cnblogs.com/1212dsa/p/11426105.html