return JSON.parse(localStorage.getItem(key)) || []; }, delete: function (key) { localStorage.removeItem(key); }
確定! 回上一頁