setItem(key, value); 取得資料:let storageValue = localStorage.getItem(key, value); 清除資料:localStorage.removeItem(key); 清除全部 ...
確定! 回上一頁