level 1
代码:HashMap<String,Object> map = new HashMap();
map.put("user",user);
map.put("foods",foods);
页面:User user=((User)((Map<String,Object>)request.getParameter("map")).get("user")).get("user");
页面代码报错
2012年05月11日 05点05分
1
level 1
用jsp自带的tag标签获取,
怎么获取,如果你有兴趣,恢复,晚上给你答案,我这会在公司
2015年07月30日 12点07分
6
嗯嗯,咋获取嘞,前辈
2021年07月24日 13点07分