gpt4 book ai didi

javascript - 无法在 textarea 内容中呈现 HTML 标签

转载 作者:可可西里 更新时间:2023-11-01 13:07:46 29 4
gpt4 key购买 nike

我有一个带有 textarea 输入元素的 HTML 文件,内容是从包含 <br/> 的数据库中获取的标签。

我的 JSON 响应是:
NDAs can be "mutual", meaning both parties are restricted in their use of the materials provided, or they can restrict the use of material by a single party. <br /> It is also possible for an employee to sign an NDA or NDA-like agreement with an employer.

在渲染时它不会换行并显示 <br/>原样(作为静态内容)。我用 Handlebars {{{content}}}但没有帮助。

最佳答案

您根本无法在文本区域内输入 HTML,您只能插入纯文本。

您可能想要使用可编辑的 div ( <div contenteditable="true">...</div> )

引用。 https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_Editable

关于javascript - 无法在 textarea 内容中呈现 HTML 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30162471/

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