我正在為 3 個(gè)數(shù)據(jù)的列表做兩個(gè)循環(huán);它保持循環(huán) for (int i = 0; i < tblView.getItems().size(); i++) {
for (int j = 1; j < tblView.getItems().size(); j++) {
u1 = tblView.getItems().get(i).getutilidadGeneral();
u2 = tblView.getItems().get(j).getutilidadGeneral();
}
}第一個(gè)周期必須遍歷整個(gè)列表;而第二個(gè)必須走在她前面 (n + 1) 并且不再完成更多元素
我怎樣才能修復(fù)嵌套的?
慕田峪7331174
2023-05-10 14:18:33