第265天学习打卡(知识点回顾 springboot 复杂参数)
springboot复杂参数
Map<String, Object> map, Model model, HttpServletRequest request 都是可以给request域中放数据,
request.getAttribute();
Map、 Model类型的参数,会返回mavContainer.getModel();---->BindingAwareModelMap是Model也是MapmavContainer.getModel()获取到值的

浙公网安备 33010602011771号