会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
转角遇到春
博客园
首页
新随笔
联系
管理
订阅
2023年1月28日
TypeScript 常用语法实例 & 实用工具类型
摘要: 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)