struts2 标签的使用 set, 对MAP的取值
后台代码: public String test(){ Map testMap = new HashMap(); testMap.put("test1", "cc"); testMap.put("test2", "cs"); request.put("testMap", testMap);