收藏
回答

小程序怎么把后台返回的字符串作为页面元素插入到view中?

比如后台返回的是:'<image src="http://www.tencent.com/logo1.png"></image><image src="http://www.tencent.com/logo2.png"></image>',现在需要把它插入到<view></view>中

回答关注问题邀请回答
收藏

2 个回答

  • 行者
    行者
    2017-09-19

    百而度之找到了方法,和wxParse差不多,思路是html转json,json转wxml,学习地址:https://weappdev.com/t/topic/910

    github地址:https://github.com/henryluki/html-parser

    2017-09-19
    有用
    回复
  • 夜无忧
    夜无忧
    2017-09-19

    这个插件你去看看就知道了wxParse

    2017-09-19
    有用
    回复
登录 后发表内容