背景:
MVC:Model View Controller 的简称
MVP:Model View Presenter 的简称
MVP模式结构图
MVC和MVP有什么区别?
1、在MVC模式中,Model可以和View直接交互,而在MVP中,只能通过Presenter间接交互。
背景:
MVC:Model View Controller 的简称
MVP:Model View Presenter 的简称
MVP模式结构图
MVC和MVP有什么区别?
1、在MVC模式中,Model可以和View直接交互,而在MVP中,只能通过Presenter间接交互。