我是一名从控制台工作的学生,经常需要将我的输出与空行分开。我不是我们在课堂上学习构建输出的方法的忠实粉丝。什么是更好的方法呢?
//code
System.out.println();
System.out.println("some output");
System.out.println();
//more code
答案 0 :(得分:2)
答案 1 :(得分:1)
已经提供了正确答案。但我仍然想提及一些与新行字符相关的更有用的参考文献
How do I get a platform-dependent new line character? {
{3}} {
{3}}
这将有助于您在需要时理解并使用正确的方法。