1. 程式人生 > >如何解決手機端頁面快取問題

如何解決手機端頁面快取問題

手機掃碼進入頁面後,看到的是之前快取好的的html檔案。

解決方案:

<meta http-equiv="pragram" content="no-cache">  
<meta http-equiv="cache-control" content="no-cache, must-revalidate"> 
<meta http-equiv="expires" content="0">