问个问题,后台传递过来的数据是String类型的DOM结构数据,例:<p><span style="color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">文字文字文字文字</span></p>,因为类型是String,所以渲染的时候连着标签也渲染出来了,已知rich-text富文本标签可以渲染HTML标签
github地址: https://github.com/icindy/wxParse
感谢回答,不过小程序自带的rich-text标签已经可以满足要求了,只是因为后台传过来的是字符串类型,我不知道该怎么渲染出来
<rich-text nodes="{{htmlStr}}"></rich-text>
data:{
htmlStr:"<div>卢霄霄</div>"
}
真的太感谢了,是我文档没看仔细,原来这么简单,谢谢两位社区大神的帮助
~~
可以参考https://developers.weixin.qq.com/community/develop/doc/0006c6678c80806925b71c32456806