用System输出东西 我想用一行System.out.println()输出多个变量,中间需要空格连接,需要换行,分别应该怎么输入?
System.out.println("I LOVE IMOOC!\n"+"....\n"+"22222\n");