Exclude 通过排除联合类型中的指定成员来构造新类型。 12type Letter = 'a' | 'b' | 'c';type T0 = Exclude ; 上例代码中的类型T0 等价于下面的写法:
確定! 回上一頁