第二種:使用System.out.print("\n");//這也是換壹行.
第壹種和第二種差不多。只是,如果妳要換兩行,三行,多行的話。
就用:System.out.println("\n\n");換兩行
換三行:System.out.println("\n\n"\n);