interface IMyColor { hex: string rgb: string [key: string]: any } const iColor: IMyColor = { hex: '#bada55', rgb: 'rgb(1, 2, 3)', ...
確定! 回上一頁