我有這個按鈕刷新頁面onclick刷新但不是從緩存?
echo '<input type="button" value="Reload Page"
onClick="window.location.href = window.location.pathname;">';
是什麼,以確保該頁面不會從緩存中讀取的最簡單的方法?要使用Math.random()
喜歡的東西
echo '<input type="button" value="Reload Page"
onClick="window.location.href = window.location.pathname&\'?t=\'&Math.random();">';
+1這是最好的方法。 – alex 2011-03-17 01:07:57
如果我用這個,我得到'404 - 不Found' – Radek 2011-03-17 03:47:46
,這在錯誤日誌'(connections.c.1710)SSL(錯誤):5-1 32殘破pipe' – Radek 2011-03-17 04:03:22