建议将原文:`this.content = this.handleContentText(this.$content.html(), this.info);` 修改为:`this.content = this.handleContentText($('<div>').append(this.$content).html(), this.info);` 就能适配多段内容页面。 变相还可以把页面内需要显示其他内容也抓进正文。