稍等一小会儿就好啦~

摘要: 本文旨在沉淀常用的TS高级类型 示例 举个例子,你有两种Response类型: UserProfileResponse interface UserProfileResponse { id: number; name: string; email: string; phone: string; av 阅读全文
posted @ 2022-04-14 18:14 LuJT 阅读(122) 评论(0) 推荐(0)