摘要: 一、MVC结构 1、controller @Controller注释描述的对象为Controller请求的处理器对象,我们通常称之为handler,此对象应用于处理DispatcherServlet(SpringMVC中的核心处理器)交给它的请求 2、model model是一个view中要呈现的数 阅读全文
posted @ 2020-12-29 19:58 souwote 阅读(94) 评论(0) 推荐(0) 编辑