Welcome

首页 / 脚本样式 / JavaScript / 微信小程序(十三)progress组件详细介绍


进度条描述的是一种加载的状态,比如软件升级下载进度, 视频,图片下载进度…
主要属性:

wxml
<progress percent="80"show-info="true" stroke-width="5"color="red"active="true"/>