gpt4 book ai didi

javascript - 使用换行符解析 json 并显示为 HTML

转载 作者:行者123 更新时间:2023-11-28 06:07:56 28 4
gpt4 key购买 nike

我有一个 JSON blob,它有一个转义形式的换行符。我想用换行符解析 JSON blob 并将其显示为 React 中的 HTML 段落。

这可能吗?

代码:

var Blob = [{ "Content" : "HEHkspodjoisndjdsnsd \\n New Line here you go"}]
var TestClass = React.createClass({
render:function() {
return (
<div>{this.props.test.Content}</div>
);
}
});

<TestClass test={Blob} />, document.getElementById('test');

最佳答案

这个库可以使用标记很好地呈现您的内容 - 它会将\n 识别为段落分隔符 - 您甚至可以进一步在 JSON blob 中创建更多标记以更深入地自定义显示。

https://github.com/rexxars/react-markdown

关于javascript - 使用换行符解析 json 并显示为 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36656668/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com