📜  什么是 mvc 架构 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:40.428000             🧑  作者: Mango

代码示例1
The Model-View-Controller (MVC) is an architectural pattern that separates an 
application into three main logical components: the model, the view, and 
the controller. Each of these components are built to handle specific 
development aspects of an application. MVC is one of the most frequently used 
industry-standard web development framework to create scalable and extensible
projects.