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.
次のページが読み込まれるまでファイルをキャッシュする方法はありますか?
とはわかりますがexpires、max-age時間差が必要ですが、それはわかりません。
expires
max-age
1 つのオプションは、JavaScript を使用してすべての外部ファイルにタイムスタンプを追加することです。
たとえば、ロードする必要がある場合http://path/myIcon.png:
http://path/myIcon.png
var path="http://path/myIcon.png"+"?_ts="+new Date().toString();