gpt4 book ai didi

javascript - 如何在 javascript 中应用换行符

转载 作者:太空宇宙 更新时间:2023-11-03 19:42:46 25 4
gpt4 key购买 nike

我有一个从数据库中检索的 javascript 对象属性。

它有类似的东西

This is line one
This is line two
This is line three
This is the line four

我的问题是当我想在我的 html 页面中显示它们时,没有分界线,它们都挤在一起,如:

this is line one this is line two this is line three this is the line four

无论如何我只能用 Javascript 显示换行符吗?

谢谢。

最佳答案

将新行 ( \n ) 替换为 <br>标签:

replace(/\n/g, '<br>');

请参阅 JSFiddle 上的示例.

关于javascript - 如何在 javascript 中应用换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24128753/

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