我有一個頁面與iframe中的另一個html頁面。在這個iframe中,我把這個標題標籤防止谷歌瀏覽器緩存html頁面
<META http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<meta http-equiv="cache-control" content="no-cache" />
但是Chrome仍然會對其進行緩存,當iframe中的內容發生變化,按F5鍵,但仍鉻加載緩存版本,而不是新的版本。
請告訴我如何讓谷歌瀏覽器緩存此iframe。
看到這個:http://stackoverflow.com/questions/2798272/google-chrome-does-not-honor-cache-policy-in-page-header-if-the-page-is-displaye –