make gitbook

This commit is contained in:
numbbbbb
2014-06-13 15:25:28 +08:00
parent 01663b6fb0
commit df85ae0779
44 changed files with 159 additions and 158 deletions

View File

@ -249,7 +249,7 @@
getGasPrices()
```
函数的参数数量是可变的,用一个数组来获取它们
函数可以带有可变个数的参数,这些参数在函数内表现为数组的形式
```swift
func sumOf(numbers: Int...) -> Int {