标签: ios objective-c xml rss
我收到了黑钻石问号,需要将它们转换为撇号:
这是我将使用的代码,但我会在replaceOccurencesOfString中为黑钻石问号添加什么?
replaceOccurencesOfString
[temp_str replaceOccurencesOfString:@"" withString:@"'" options:NSLiteralSearch range:NSMakeRange(0, [temp_str length])];
我正在使用Objective-C做一个iPhone应用程序。