mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:55:28 +08:00
@@ -131,7 +131,7 @@ func main() {
|
|||||||
switch 语句的第三种形式是包含一个初始化语句:
|
switch 语句的第三种形式是包含一个初始化语句:
|
||||||
|
|
||||||
```
|
```
|
||||||
swtich initialization {
|
switch initialization {
|
||||||
case val1:
|
case val1:
|
||||||
...
|
...
|
||||||
case val2:
|
case val2:
|
||||||
|
Reference in New Issue
Block a user