美文网首页
字符串和数组的互相转换

字符串和数组的互相转换

作者: CoffeeKid | 来源:发表于2016-09-11 11:36 被阅读34次

    不要再傻傻地用for循环拼或者拆分了
    数组转字符串:array.componentsJoinedByString
    字符串转数组:string.componentsSeperatedByString

    更新一下:

    更新到swift3.0以后,componentsJoinedByString简化为joined(separator:)

    相关文章

      网友评论

          本文标题:字符串和数组的互相转换

          本文链接:https://www.haomeiwen.com/subject/wusuettx.html