gpt4 book ai didi

javascript - 转义引号 - 是否有其他字符可以使用?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:37:39 26 4
gpt4 key购买 nike

我了解 javascript 的转义引号等。除了 "或 ' 之外,还有其他字符可以用来包裹整个内容吗?这两个字符都会出现在我的文本中,我不想在每个实例之前都放一个/

所以,而不是:

("Some text where he said "I like this, she say's")

像这样(虽然我不希望使用百分号)

(%Some text where he said "I like this, she say's%

希望这有点道理!谢谢。

最佳答案

文字字符串需要用 "' 声明。在这样的声明中,字符串值两边的引号需要转义。所以:

"Some text where he said \"I like this, she say's"
'Some text where he said "I like this, she say\'s'

两者都将被解释为:

Some text where he said "I like this, she say's

关于javascript - 转义引号 - 是否有其他字符可以使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2342358/

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