:wxfrwk:`视图层 View ` ======================================= 版本:|release| 更新:|today| 框架的视图层由 :ref:`wxml` 与 :ref:`wxs` 编写,由组件来进行展示。 将逻辑层的数据反应成视图,同时将视图层的事件发送给逻辑层。 :ref:`wxml` (WeiXin Markup language) 用于描述页面的结构。 :ref:`wxs` (WeiXin Script) 是小程序的一套脚本语言,结合 WXML,可以构建出页面的结构。 :ref:`wxss` (WeiXin Style Sheet) 用于描述页面的样式。 组件(Component)是视图的基本组成单元。 .. toctree:: :maxdepth: 3 :glob: wxml/index wxss wxs/index interactive-animation component selector resizable animation