html刷新客户端缓存技巧

在文件名后加?v=1,这样客户端就会重新载入文件,而不是从缓存中调取

如 <link href=”style.css?v=1″ type=”text/css” rel=”stylesheet”/>