if let age = age, age > 15 {
print("You are a teenager!")
}
这样写是不是更好?
print("You are a teenager!")
}
这样写是不是更好?
2018-01-09
目前xcode 9.2 下支持的写法应该是这样的:var allZeros = [Int] (repeatElement(0, count: 5))
2017-12-27
本节课的所有代码的swift4版本在波波老师的官方GitHub上都有更新:https://github.com/liuyubobobo/Play-with-Swift-3。大家可以去看一看。
2017-12-02