modelmap参数的作用是用put向页面传值吗
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了modelmap参数的作用是用put向页面传值吗相关的知识,希望对你有一定的参考价值。
参考技术A 这个是 源码中 ModelMap的定义 类 public class ModelMap extends LinkedHashMap 说明 ModelMap是继承自LinkedHashMap的,则put方法是继承自 HashMap的方法,没什么特殊 而addAttribute方法的定义 public ModelMap addAttribute(String attribut...本回答被提问者采纳以上是关于modelmap参数的作用是用put向页面传值吗的主要内容,如果未能解决你的问题,请参考以下文章