Convert NSString separated by comma to NSArray [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Convert NSArray to NSString in Objective-C I have an array of an NSArray myArray, here is the content: ( "<MPConcreteMediaItem: 0x1b7dd0> 8671085923283003246", "<MPConcreteMediaItem: 0x1b7e50> 16275751483823231324", "<MPConcreteMediaItem: 0x1b7e70> 4976771456698615367" ) I used the code below to assign to an NSString myString: NSString *myString = [myArray description]; And the out put is still as expected: ( "