# switch
switch语句中的变量类型可以是byte/short/int/char/string。
---
```javaswitch(变量){ case 值: break; default: }```
switch
原文:https://www.cnblogs.com/peanutist/p/14467798.html