enum Link{ a = 'a', b = 'b', c = 'c' } interface Common{ name:string; age: number } interface A extends Common{ id: string; } interface B ...
確定! 回上一頁