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.
css/script ファイルのランダムな文字列を作成して、jsp ページのブラウザ キャッシュを回避し、css/script/sprite 画像が変更された場合にのみ実行する方法を教えてください。
JavaScript でこれを行う一般的な方法は、現在のタイムスタンプを使用することです。
var ts = new Date().getTime();
厳密には「ランダム」ではありませんが、説明したキャッシュの問題を回避します