美文网首页
数组和字符串之间的转换

数组和字符串之间的转换

作者: 骑驴去旅行 | 来源:发表于2017-07-12 11:52 被阅读16次

    1. 数组转字符串

    NSString *string = [array componentsJoinedByString:@","];,为分隔符

    2.字符串转数组

    NSString *str = [array componentsJoinedByString:@","];--分隔符

    相关文章

      网友评论

          本文标题:数组和字符串之间的转换

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