switch(n)中的n不能是以下那种类型 A char B int C unsigned D double
JAVA中switch只能是int,或者可以隐式转为int的数据类型
byte,char,int.