问题如上所述
int,char,
String byte short int char Enum 类型
在Java7之前,switch只能支持 byte、short、char、int或者其对应的封装类以及Enum类型。在Java7中,也支持了String类型。
case(字母);case(数字)