onbeforeunload = function() { localStorage.removeItem(key); return ''; };. That will delete the key before the browser window/tab is closed and ...
確定! 回上一頁