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 後面再加一些隨機的參數。