react格式化展示json

react

                <Modal

title="Json数据展示"

visible={true}

width={1280}

>

<pre>{JSON.stringify(code, null, 2)}</pre>

</Modal>

https://stackoverflow.com/questions/30765163/pretty-printing-json-with-react

以上是 react格式化展示json 的全部内容, 来源链接: utcz.com/z/381710.html

回到顶部