原文:微信小程序把玩(十三)progress组件
进度条描述的是一种加载的状态,比如软件升级下载进度, 视频,图片下载进度…
主要属性:
wxml
<progress percent="80" show-info="true" stroke-width="5" color="red" active="true"/>
$(function () {
$(‘pre.prettyprint code‘).each(function () {
var lines = $(this).text().split(‘\n‘).length;
var $numbering = $(‘