对switch结构正确的用法是____。
A、switch(i)CASE1:printf("1");
B、switch(i){case1printf("!");}
C、switchi]CASE1:printf("1");
D、switch(i){case1:printf("1");}
发布时间:2025-11-03 16:10:43
A、switch(i)CASE1:printf("1");
B、switch(i){case1printf("!");}
C、switchi]CASE1:printf("1");
D、switch(i){case1:printf("1");}