关于mybaits中如何循环map集合
模拟请求 参数为map集合@RequestMapping(value="/hh", method = RequestMethod.POST) public void hh() { Map<String,Object> outerMap=new HashMap<String,Object>(); Map<String,Object&