单引号\\' string str = "\\'123\\'" 双引号 str = "\\"123\\"" 换行 str = "1\n23" 斜杠 str = "12\\\3" 以下不常用 制表符\t 光标退格\b 红字符\0 #入门