我们首先看到axios 的返回值类型是AxiosResponse, 打开后是这样 export interface AxiosResponse<T = any> { data: T; status: number; ...
確定! 回上一頁