NSString *myString = @"A B C D E F G";
我想删除空格,所以新字符串将是"ABCDEFG".
objective-c nsstring
nsstring ×1
objective-c ×1