[JS] window.location.reload 在 firefox 中不會動作
window.location.reload not working for Firefox and and Chrome
據說是因為網址在同一頁所以會直接呼叫cache
目前使用:
window.location = window.location;
可以動作,但更好的解法可以直接 href = url 後面再加一些隨機的參數。
那些踩過的坑和被痛揍的回馬槍
window.location.reload not working for Firefox and and Chrome
據說是因為網址在同一頁所以會直接呼叫cache
目前使用:
window.location = window.location;
可以動作,但更好的解法可以直接 href = url 後面再加一些隨機的參數。