简介:
1、简单使用:
2、组件
-Form类
-字段
-插件
3、流程:
实例化LoginForm
1)执行FormMeta的__call__方法。
2)执行LoginForm的__new__方法。
3)执行LoginForm的__init__方法。