需要用字符串拼接输出目的为了让大家了解字符串拼接的使用。System.out.println(a+" "+b+" "+c);
用printf啊System.out.printf("a=%d,b=%d,c=%d",a,b,c);