众所周知可以用[array componentsJoinedByString:@","];
来把字符串数组拼成字符串,如果数组里面是个object,想把object的一个property组成字符串呢?
众所周知可以用[array componentsJoinedByString:@","];
来把字符串数组拼成字符串,如果数组里面是个object,想把object的一个property组成字符串呢?
1 回答809 阅读
2 回答608 阅读
1 回答588 阅读
2 回答592 阅读
1 回答686 阅读
635 阅读
把Object里面的property都拿到数组里面,然后执行componentsJoinedByString: