スクリプトをロードするときにタイムスタンプを無効にします。これは、ファイルURLの後のクエリ文字列に常にタイムスタンプが含まれているためです。あなたが知っている画像を見てください。
オプションでAjaxも設定しましたcache: true
。ここのコードを参照してください: `` js $ .ajax({url:url data:{}、type:'post'、cache:true、dataType:'json'、success:function(data、status){//ここに何か}});
and also I have set meta tag to the header of the HTML.
```html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="Public">
<meta http-equiv="Cache-control" content="public">
<meta name="keywords" content="something">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
jQueryv1.7.2を使用しています