// 富文本标签中style增加样式
richTextTagAddStyle(dom, tag, tagStyle) {
// 匹配 tag 标签的正则表达式
let tagRegex = new RegExp(`<${tag}\\s+[^>]*...
通过wx.createAnimation创建一个动画,setInterval()方法执行循环调用。Page({
data: {
imgAnimation:{}
//....其他配置
},
/**
* 生命周期函数--监听页面初次渲染完成
...