示例: 给我解释什么 keyof typeof 意味着在typescript enum ColorsEnum { white = '#ffffff', black = '#000000', } type Colors = keyof typeof ColorsEnum;
確定! 回上一頁