This commit is contained in:
qianguyihao 2019-08-15 15:53:51 +08:00
parent 949a439ed6
commit 5cdb5c5ca8

View File

@ -223,7 +223,7 @@ switch语句也叫条件分支语句。
```
switch(表达式) {
case 值1
语句体1;
语句体1;
break;
case 值2