实验二做完(喜)

This commit is contained in:
2024-06-11 00:47:52 +08:00
parent 9b5aac99c9
commit 1a645df671
2 changed files with 9 additions and 3 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
{
"java.project.sourcePaths": ["src"],
"java.project.sourcePaths": [
"src"
],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
],
"cSpell.words": [
"rawtypes"
]
}
+1
View File
@@ -18,6 +18,7 @@ public class WalkCollection {
}
// 使用foreach遍历arrayListExample集合
arrayListExample.forEach(System.out::println);
// ---------------------End------------------------
}
}