如何在Angular应用中查看或解析Quill.js数据?

时间:2018-08-29 14:18:54

标签: json node.js angular express mean-stack

我当时在从事博客项目,发现Quill非常令人满意的富文本编辑器,但我想知道如何在Angular应用程序中解析或查看其内容,因为它将这段代码作为后返回示例用途-(这是JSON.stringfy(Quill.getContents()))

的返回
  

{“ ops”:[{“ insert”:“一环来统治所有人”},{“ attributes”:{“ header”:2},“ insert”:“ \ n”},{“ attributes “:{” link“:” https://en.wikipedia.org/wiki/One_Ring“},”插入“:” http://en.wikipedia.org/wiki/One_Ring“},{”插入“:” \ n \ n“},{”属性“的三个环: {“ italic”:true},“ insert”:“ Elven-kings”},{“ insert”:“在天空下,\ n七分代表”}“,{” attributes“:{” underline“:true},”插入”:“矮人”},{“插入”:“在石头大厅里,\ n为“}”的九分,{“属性”:{“下划线”:true},“插入”:“凡人”}, {“ insert”:“,注定要死,\ n一个为”}“,{” attributes“:{” underline“:true},” insert“:” Dark Lord“},{” insert“:” \ n \ n在阴影所掩盖的莫多土地。\ n向“},{” attributes“:{” bold“:true},” insert“:” rule“},{” insert“:”响一圈所有这些,向“},{”属性“:{“ bold”:true},“插入”:“查找”},{“插入”:”它们一环,\ n向“},{“属性” :{“ bold”:true},“ insert”:“ bring”},{“ insert”:“全部在黑暗中”},{“ attributes”:{“ bold”:true},“ insert”: “ bind”},{“ insert”:“它们。\ n在阴影所处的莫多土地。\ n”}]}

我正在使用MEAN堆栈

0 个答案:

没有答案