for(int i=1;i<=amount;i++){System.out.println("请输入第"+i+"辆车的序号:"); int putnum=input.nextInt();//获取用户输入车辆序号信息并保存 }代码如上,如何保存每次循环的putnum值,不被覆盖。 查看完整描述