Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 unichars 数组,我需要将其转换为 nsstring。我怎样才能做到这一点?
NSString有一个方法:
NSString
+ (id)stringWithCharacters:(const unichar *)chars length:(NSUInteger)length