You can use any library to handle data fetching, for example a fetch polyfill ... const fetcher = url => axios.get(url).then(res => res.data).
確定! 回上一頁