import { dummyApiUrl, DummyPost } from "dummy-apis-jsonplaceholder";. const response = await axios.get<DummyPost[]>(dummyApiUrl().posts.index);.
確定! 回上一頁