在Java7之前,switch语句只能支持byte、short、char、int以及它们的包装类(Byte,Short,Character,Integer)和枚举(Enum),从Java7开始,switch语句得到...