return JSON.parse(localStorage.getItem(key)) || {}; }, // 存入快取至編輯器 setData(to, value) { switch (to) { case 'code':
確定! 回上一頁