修正错误
叹号后面应该有空格的
This commit is contained in:
@ -353,7 +353,7 @@ greeting.endIndex.successor() // error
|
|||||||
for index in greeting.characters.indices {
|
for index in greeting.characters.indices {
|
||||||
print("\(greeting[index]) ", terminator: "")
|
print("\(greeting[index]) ", terminator: "")
|
||||||
}
|
}
|
||||||
// 打印输出 "G u t e n T a g !"
|
// 打印输出 "G u t e n T a g ! "
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="inserting_and_removing"></a>
|
<a name="inserting_and_removing"></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user