0

有没有办法垂直填充 Jtable?我对向量的结构无能为力

假设我有一个看起来像 {1,2,3,4,5} 的整数数组,它要插入到 jtable 中的数据参数上

我希望我的输出看起来像 [col][col][col][col][col]/n 1/n 2/n 3/n 4/n 5/n

而不是 [col][col][col][col][col]/n 1 2 3 4 5

4

0 回答 0