join函数在最新的swift中还能这么用吗,我用不出来
现在要使用[String].joinWithSeparator(",")才行,join已经不可以使用了
let dd = ["1","2","3"]
dd.joinWithSeparator("-")