const useAxios = <T> (URL: string, something: boolean): { data: T, error: any } => { //在此插入代碼。 } 這是在利用generics。
確定! 回上一頁