main
黄海 8 months ago
parent 44a76d1448
commit 1f46535271

@ -108,7 +108,7 @@ public class A1 {
int cnt = 0;
for (String s : x) if (s == null) cnt++;
int colsCount = x.size() - cnt;
System.out.println("列数=" + colsCount);
//System.out.println("列数=" + colsCount);
//入园总数
for (List<String> stringList : dataList) {

Loading…
Cancel
Save