商品分组

This commit is contained in:
2024-03-05 15:19:57 +08:00
parent c092c469b3
commit d1fd229bf4
4 changed files with 37 additions and 12 deletions

View File

@@ -80,7 +80,6 @@ public class ListUtil {
for (String s : listString) {
integerList.add(Integer.parseInt(s));
}
System.out.println(integerList);
return integerList;
}