gpt4 book ai didi

javascript - 在文本区域中插入文本无法识别新行

转载 作者:行者123 更新时间:2023-11-28 21:15:55 24 4
gpt4 key购买 nike

我正在阅读 <td>并将文本插入文本区域,但所有文本都出现在一行中。我想在从列中读取文本时保留文本区域中的格式。

 $("#text").text($.trim($(this).closest('tr').next('tr').find('.mytext).text()));

文本应该是

 my test is working with spaces but not with new line.  <br />This is a new line.

但它似乎无法解释 <br/> 。我怎样才能让它读取 <br/>并在文本区域中显示新行。

最佳答案

您使用 .text() 将不会得到 <br />因为那不是文本。

来自docs :

Get the combined text contents of each element in the set of matched elements, including their descendants.

请注意,这只是文本内容。我不知道如果文本中存在“真正的”换行符(而不是 html 换行符)会发生什么,但这就是您想要查看问题的地方。

关于javascript - 在文本区域中插入文本无法识别新行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7610492/

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