Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经阅读了很多文章,但我无法确切了解使用 MVP 的优势是什么,请您告诉我为什么 MVP 优于三层架构。
提前感谢您的回复
MVP/MVC 和 3-Tier(或 N-Tier)并不是唯一的——它们解决了非常不同的问题。
MVP 是如何构建用户界面的一种选择。N 层数据访问是构建 MVP(或 MVC、Prestaiton Model、MVVM 等)的“模型”部分的一种方式。