forEach遍历 c:forEach var="..." items="..."
String数组中的元素:
水果名称:apple
水果名称:orange
水果名称:grape
水果名称:banana
世界人口排名2022前三
HashMap集合中的元素:
国家:美国 人口:334,282,669
状态:index=0 count=1 current.key=美国 current.value=334,282,669
状态:begin= end= first=true last=false step=
国家:中国 人口:1,447,301,400
状态:index=1 count=2 current.key=中国 current.value=1,447,301,400
状态:begin= end= first=false last=false step=
国家:印度 人口:1,403,018,576
状态:index=2 count=3 current.key=印度 current.value=1,403,018,576
状态:begin= end= first=false last=true step=