data属性支持两种格式:字典和数组

作用域: 每个虚拟dom的data是私有的,只能向下传递。
字典data :通过{key.sonKey}的形式输出,节点可用{sonKey}来做解析
数组data :父dom定义数组格式的data,子dom必须定义repeat参数才可以开启循环