Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何从缓存我的 main.css 和 main.js 文件中使用 htacess。但是我像这样使用多个js文件和css文件
css --- main.css dafault.css new.css
js --- main.js acc.jss new.js
我想要做的是阻止仅缓存 main.css 和 main.js 我该怎么做,但是应该缓存其余的 css 文件以及 js 文件
使脚本和 css 引用版本化。在文件扩展名末尾添加日期时间字符串?标记。前任:
<script src = "main.js?ver=" + dateTimeNow />