JAVA,加入for循环后输出乱了
原本的代码运行正常,但复制过来后加上for循环就出现问题。字段名称和字段类型一起出现,输入值也只能给字段名称。去掉for循环后恢复正常,这下代码。List<Eth>es=...
原本的代码运行正常,但复制过来后加上for循环就出现问题。字段名称和字段类型一起出现,输入值也只能给字段名称。去掉for循环后恢复正常,这下代码。 List<Eth> es = new ArrayList<Eth>(); System.out.println("请输入字段数量:"); int time = sc.nextInt(); String url=" "; for(int j=0;j<time;j++){ String N; String L; int C; System.out.print("请输入字段名称:"); N=sc.nextLine(); System.out.print("请输入字段类型:"); L=sc.nextLine(); System.out.print("请输入字段长度:"); C=sc.nextInt(); } }}
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询