摘要: type Person = { name : string birthday : Date | null } const p:Person = {name:"Tom", birthday:null} type FT = (id:number)==>string const ft : FT = (id 阅读全文
posted @ 2020-10-09 14:17 MengYang2 阅读(74) 评论(0) 推荐(0)