原始碼import axios from 'axios' // 資料儲存export const cache = { data: {} ... getItem(key)) } else { return this.data[key] } }, clear (key, ...
確定! 回上一頁