keyof 类似于 Object.keys ,用于获取一个接口中Key 的联合类型。 interface Button { type: string text: string } type ...
確定! 回上一頁