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

📅  最后修改于: 2022-03-11 14:57:14.829000             🧑  作者: Mango

代码示例1
MVC stands for Model — View — Controller. It's a paradigm. 
It allows a coder to factor out the various components of an application
and more easily update them. The MVC allows the programmer to create 
barriers to organize the code allowing a programmer to 
compartmentalize functionality.