switch语句的数据类型:基本数据类型:byte, short, char, int包装数据类型:Byte, Short, Character, Integer枚举类型:Enum字符串类型:String(Jdk 7+ 开始支持)