let article_content = res.data[0].lightDetailsUrl.replace(/\<img/gi, '<img style="width:100%;height:auto;display:block" ') .replace(/<section/g, '<div') .replace(/\/section>/g, '\div>'); that.setData({ url: article_content }) JS解析代码是这样的
rich-text富文本解析https://developers.weixin.qq.com/miniprogram/dev/component/rich-text.html[图片] 这种问题是微信富文本有大小限制只能解析1M的内容,还是我的符文本内容有问题解析不了
2021-05-25