weibo_芥稚子道长_0
2015-11-30 19:15
为使用的是Xcode 7.1为什么如视频中一样,调用join方法会报错 “join is unavaliable:call the 'joinWhithSeparator()' method on the sequence of elements ”
Xcode 7.1 中是这么用的
var res=["welcome", "to", "learn", "ios", "programming"]
var ss="-"
res.joinWithSeparator("-")
输出结果是 "welcome-to-learn-ios-programming"
玩儿转Swift
57181 学习 · 511 问题
相似问题