请问还有什么好的写法?
看看视频中最后的输出列表是啥样的,就知道自己的系统的不足了
String input = scan.next();
可以写成
int input = scan.nextInt(); if(input == 1){ ... }