[JS] window.location.reload 在 firefox 中不會動作


window.location.reload not working for Firefox and and Chrome
據說是因為網址在同一頁所以會直接呼叫cache
目前使用:

window.location = window.location;

可以動作,但更好的解法可以直接 href = url 後面再加一些隨機的參數。


發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *