语法Omit< key:value,key> 作用:基于已经声明的类型进行属性剔除获得新类型用例: type User = { id: string; name: string; email: string; } ...
確定! 回上一頁