gpt4 book ai didi

c# - Java 是否有 '@' 字符来转义字符串引号?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:12:31 26 4
gpt4 key购买 nike

我的字符串中有双引号,在 C# 中我会这样做:

string blah = @"this is my ""text";

我如何在 Java 中做到这一点?

最佳答案

没有。 Java 中没有这样的功能。
来自太阳docs :

当在打印语句中遇到转义序列时,编译器会相应地解释它。例如,如果要将引号放在引号内,则必须在内部引号上使用转义序列\"。要打印句子

She said "Hello!" to me.

you would write

System.out.println("She said \"Hello!\" to me.");

关于c# - Java 是否有 '@' 字符来转义字符串引号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2018556/

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