Merge pull request #960 from lal603743923/gh-pages

Update 03_a_swift_tour.md
This commit is contained in:
DanziChen
2019-07-10 14:48:33 +08:00
committed by GitHub

View File

@ -65,7 +65,7 @@ let fruitSummary = "I have \(apples + oranges) pieces of fruit."
> >
> 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。 > 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。
使用一对三个引号(`"""`)来包含多行字符串内容,字符串中的内容(包括引号、空格、换行符等)都会保留下来。举个例子: 使用三个引号(`"""`)来包含多行字符串内容,字符串中的内容(包括引号、空格、换行符等)都会保留下来。举个例子:
```swift ```swift
let quotation = """ let quotation = """