gpt4 book ai didi

javascript - 在 Javascript 字符串中发送换行符

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

我要发送

var str = "Result1\nResult2";

\n 作为分隔符。

但是,这转化为

"Result1
Result2"

发送时。我怎样才能得到

"Result1\nResult2"

最佳答案

用另一个反斜杠转义反斜杠。

var str = "Result1\\nResult2";

关于javascript - 在 Javascript 字符串中发送换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27913992/

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