被回上一頁時強制重新執行該網頁 window.onpageshow = function(event) { if (event.persisted){ window.location.reload(); } }.
確定! 回上一頁