摘要: import { extend } from "jquery" //映射类型 type Account ={ id:number isEmployee:boolean notes:string[] } //所有字段都是可选的 type OptionalAccount={ [k in keyof Ac 阅读全文
posted @ 2024-03-28 08:03 txwtech 阅读(96) 评论(0) 推荐(0) 编辑