摘要: 1. 函数上声明返回值类型 const userInfoJson = require('./mock/user-info.json') interface Response<T> { data: { module: T; resultCode?: any; } } interface UserInf 阅读全文
posted @ 2023-01-28 17:29 转角遇到春 阅读(72) 评论(0) 推荐(0)