Files
ClassContent/历届学生/韩想/每日课程/2020-09-02/笔记.txt
2024-09-27 02:06:13 +08:00

28 lines
304 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
- react
- angular
mvvm 前端框架
model view viewmodel
js jqdom操作
三大框架:数据驱动页面
mvc
model 层 数据层
view 层 视图(页面)
controller 层 控制器
用户 --->controller--> vie and model
vie and model --> controller --> 浏览器 ---> 用户