以下是接到的格式: export interface FieldConfig { text: string; rowIndex: number; colIndex: number; } configData: GridConfig[] = [ { text: ...
確定! 回上一頁