MVVM(C)的含义

M 与后台交互获取并处理数据
V views 页面(模板)(html,css)
VM view-model 数据渲染层
C ctroller(核心) 业务(js)