System.out.println("hello\rw");在eclipse(windows)中执行 输出是wello
这里\r被识别成了换行符\t 相当于tab,缩进\n 回车\r 换行\b 换成 一个黑点没有\p有\f 换成 口 字
输出结果是:hellow\r是转义字符