MVC、MVP和MVVM开发模式对比

1.MVC(Model View Controller) 模式 mvc是比较直观的架构模式,即用户操作-->View(负责接收用户的输入操作)-->Controller(业务逻辑处理)-->Model(数据持久化)-->View(将结果反馈给View。   2.MVP(Model View Presenter)模式 MVP是把MVC中的Controller换成Presenter(呈现),目的是为了
相关文章
相关标签/搜索