Partial <T> 可以快速把某个接口类型中定义的属性变成可选的(Optional): interface People { age: number; name: string; } const Jerry:People ...
確定! 回上一頁