这个switch的应用我写的有问题吗

img

img

有问题啊,每个case应该有break啊
另外case和1不能连在一起啊,要case 1:

case 1:
代码--
break;

缺break啦