sessionStorage 僅在當前對談下有效,關閉頁面或瀏覽器後被清除;; setItem(key,value) 設定資料; getItem(key) 獲取資料; removeItem(key) 移除資料 ...
確定! 回上一頁