 |
Objective-C NSString 使用教學
string replace NSString *str = @Today is a good day.; str = [str stringByReplacingOccurrencesOfString:@good withString:@bad]; NSLog(@%@, str); // str ... 2014 Jan 30 Objective-C NSString 使用教學 NSString 基本使用 固定字串相加 Fixed String append ...
www.puritys.me |
 |