switch(1)
{ case(1):
;
break;
...
defalt:
... ;
}
switch(条件语句)
switch()
{
case xx;
default;
小心case穿透,推荐使用break语句与之搭配使用
多个case可以合并到一起
default可以省略,但不推荐省略
switch的值必须是int类型
switch语句:
switch的值必须是int类型。
金仁杰2012-11-23
扫一扫 关注好知微信
学员评论
金仁杰2012-11-23
你感兴趣的课程