大家好,又见面了,我是你们的朋友全栈君。
public
class
Test{
2
3
public
static
void
main(String[] args){
4
String str1
=
“
\”name\”
“
;
//
字符串两边含有双引号
5
String str2
=
“
name \”is\” zcr
“
;
//
字符串中间含有双引号
6
String str3
=
“
\\name
“
;
//
使用转义字符还可以使字符串包含其他字符
7
8
System.out.println(
“
字符串一:
“
+
str1);
9
System.out.println(
“
字符串二:
“
+
str2);
10
System.out.println(
“
字符串三:
“
+
str3);
11
}
12
}
结果:
转自:https://www.cnblogs.com/zcr3108346262/p/6270133.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/106112.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...