微信小程序怎么解析html标签

小程序调用后台编辑器中的文章内容,总是带有html标签。
小程序无法直接解析html标签,这里有一个解决办法,就是把内容放在小程序的富文本标签中。

<rich-text nodes="{{item.content}}"></rich-text>

这样带有html标签的内容也能在小程序中正常显示了。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: