例如验证int类型用 Scanner input=new Scanner (System.in); input.hasNextInt();就可以了 那么怎么验证char 类型的合法性???? 查看完整描述