# switch
switch语句中的变量类型可以是byte/short/int/char/string。
---
```javaswitch(变量){ case 值: break; default: }```