Files
ClassContent/历届学生/罗朝/2019-05-29/笔记.txt
2024-09-27 02:06:13 +08:00

17 lines
271 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Vue m(model) v (view) vm (view model)
m(model): json 数据
vm (Vue)
view 页面
m(model 数据) v(view 视图) c(controller 控制器)
v(view 视图) 界面
m(model 数据):负责和数据库进行交互
c(controller 控制器) v, c的中间层