prototype,ajax請求用get時的緩存問題

new Ajax.Request(
  targetUrl,
        {
            method:'get',
            requestHeaders: ['Cache-Control','no-cache','If-Modified-Since','0'],
            asynchronous:true, 
            onComplete:updates
        }    
    ); 

發佈了14 篇原創文章 · 獲贊 0 · 訪問量 2294
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章