// \t 制表符 System.out.println("hello \t world");
hello world
// \n 换行 System.out.println("hello \n world");