百度小程序富文本解析工具bdParse

拷贝的方式使用

  1. 下载整个全部文件,放到你的小程序根目录下
    链接: https://pan.baidu.com/s/13rs0WVh8FWzPRVTqQS0XOw 提取码: uqmr

     

  2. 在小程序页面的js种直接引入代码:
    var bdParse = require('../../bdParse/bdParse.js'); 

     

  3. 对应css中引入
    @import "../../bdParse/bdParse.css";

     

  4. 在需要的字段使用baparse,代码:(注意:article和content不要重复)
    that.setData({ content:bdParse.bdParse('article', 'html', content, that, 5), })

     

  5. swan页面引入模板,
     

     

  6. 然后在需要显示富文本的地方调用: