import axios from "axios"; import useSWR from "swr"; const get = (url) ... error } = useSWR("/api/user/123", get); if (error) return ...
確定! 回上一頁