Java equivalent of C#'s verbatim strings with @

前端 未结 4 1917
再見小時候
再見小時候 2020-11-30 03:49

Quick question. Is there an equivalent of @ as applied to strings in Java:

For example I can do @\"c:\\afolder\\afile\" in C# and have it ignore the esc

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