map

Taglib 指令是定义一个[标签库]以及其[自定义标签]的前缀.。
for (Map.Entry entry : map.entrySet()) {
System.out.println("key = " + entry.getKey() + " and value = " + entry.getValue());

你可能感兴趣的:(map)