import useSWR from "swr"; function Profile() { const { data, ... useSWR 主體代碼在 useEffect 中,但是為了將請求時機提前,放在了UI 渲染前( ...
確定! 回上一頁