What does “\1” represent in this Java string?

前端 未结 2 430
小蘑菇
小蘑菇 2021-01-03 19:43
System.out.println(\"\\1\");

I thought it did not compile because of the non-recognized escape sequence.

What does \"\\1\" exa

2条回答
提交回复
热议问题