小程序(四)--组件


组件

1、视图容器 :

View 类似于 HTML 中的div

scroll-view  可滚动的视图区域

swiper 和 swipter-item 轮播图容器组件和轮播图item组件

2、 text和rish-text 

只有text组件的selectable属性支持长按复制  rish-text 组件的nodes属性节点,把HTML字符串渲染为对应的UI结构

3、按钮  button

 4、image 图片

 学习地址:https://developers.weixin.qq.com/miniprogram/dev/component/cover-image.html