Use of escape characters

For example, escaping quotes can be done like this: String str = " \" ";

System.out.println(str); The output is "

That is, \" is escaped into the quotation marks of the string

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326451282&siteId=291194637