choice = in.nextInt();while(choice > 4 || choice < 0) {System.out.println("请输入0-4");choice = in.nexInt();}