起因, 目的: 某个小店,想做个发货单。 过程: 先写一个 html 模板。 准备数据, 一般是从数据库读取,也可以是 json 格式,或是 python 字典。总之,是数据内容。
I\'m a bit开发者_如何学C confused about mvc terminology. Using the question title as an example, a view corresponds to an action, which means xxTemplateFile would be considered to represent the view.