hmhao

Results 3 comments of hmhao

没有,自己改造吧,在wxParse主函数入口增加opts参数,然后在HtmlToJson.html2json结束后调用即可,你参考一下: ``` WxParse.wxParse('summary', 'html', value, this, { imagePadding: 24, hooks: { beforeDiscode: this.beforeDiscode, afterDiscode: this.afterDiscode, parsedStartTag: this.parsedStartTag, parsedEndTag: this.parsedEndTag, }, complete: this.complete, // debug: true, }); ```

目测是startTag识别错误,试试将htmlparser.js中startTag正则表达式改为/^

@nealHong 好像设置height大于100%可以解决,例如 ``` ```