mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
fix #63
This commit is contained in:
@@ -51,7 +51,7 @@ This is the 4 iteration
|
||||
您可以将两个 for 循环嵌套起来:
|
||||
|
||||
```
|
||||
for i:=0; i<5; ji++ {
|
||||
for i:=0; i<5; i++ {
|
||||
for j:=0; j<10; j++ {
|
||||
println(j)
|
||||
}
|
||||
|
Reference in New Issue
Block a user