摘要: interface Todo { title: string; description: string; completed: boolean; } interface Todo1 { completed:boolean; title:string; } type B = number | bool 阅读全文
posted @ 2021-12-16 10:24 国服第一李师师 阅读(298) 评论(0) 推荐(0) 编辑