How to Clear Browser Cache in React JS? [如何在 React 中清除瀏覽器緩存?]
How to Clear Browser Cache in React JS? [如何在 React 中清除瀏覽器緩存?]
資料來源:https://thewebdev.info/2021/10/03/how-to-clear-browser-cache-in-react/
Code:
<meta http-equiv='cache-control' content='no-cache'> <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'>