sessionStorage 跟localStorage 很相似:唯一不同的地方是存放在localStorage 的資料並沒有過期的 ... removeItem('key'); // 從sessionStorage移除之前存的所有資料 ...
確定! 回上一頁