This commit is contained in:
qianguyihao 2019-08-15 15:52:13 +08:00
parent 46f6572cef
commit 949a439ed6

View File

@ -220,7 +220,7 @@ switch语句也叫条件分支语句。
格式:
```javascript
```
switch(表达式) {
case 值1
语句体1;