任务中的代码,three和System.out.println,它们为什么写一个three然后写一个System.out.println,为什么不能three写一起,System.out.println写一起。
three写一起,后一条句执行时就把前面的掉了,最后System.out.println输出时只显示最后一条three的结果了。