我可以打印HashMap中的一個關鍵的值,如下如何HashMap的迭代中使用JSP標籤支桿
<%
HashMap<String,String> students = new HashMap<String,String>();
students.put("1","Amit");
students.put("2","Amit");
students.put("3","Anil");
students.put("4","Amit");
session.setAttribute("students", students);
%>
<bean:write name="students" property="1" />
<bean:write name="students" property="3" />
如何打印鍵,並將其值反覆?
這些是Struts的兩個不同版本。 ''標籤的語法有點可疑;它不應該是*括號記號,*或*點記法,但不是兩個? –
2011-12-28 14:03:02