MVC:
是一种软件设计典范,主要思想:解耦(分开)
m:model v:view c:controller
c:处理用户请求
m:负责数据
v:负责显示
通用,db-->数据库MTV:是Django框架的设计思想
m:model
t:template 相当于mvc里面的v
v:view 相当于mvc里面的c
配置虚拟环境路径不要中文
MVC:
是一种软件设计典范,主要思想:解耦(分开)
m:model v:view c:controller
c:处理用户请求
m:负责数据
v:负责显示
通用,db-->数据库MTV:是Django框架的设计思想
m:model
t:template 相当于mvc里面的v
v:view 相当于mvc里面的c
配置虚拟环境路径不要中文
本文标题:MVC;MTV
本文链接:https://www.haomeiwen.com/subject/qerfrhtx.html
网友评论