来源: 作者: 2005-08-02 出处:pcdog.com
switch(n)中的n不能是以下那种类型 A char B int C unsigned D double JAVA中switch只能是int,或者可以隐式转为int的数据类型byte,char,int.