标签:
1:
//字条串是否包含有某字符串 gzz0307 这个不会崩溃ios7
if ([getString rangeOfString:@"="].location == NSNotFound) {
MCLog(@"==不做处理==");
} else {
MCLog(@"包含 ====");
NSArray *arry=[getString componentsSeparatedByString:@"="];
NSString *lastString=[arry objectAtIndex:1];
StrartQv=[NSString stringWithFormat:@"%@",lastString];
}
标签:
原文地址:http://www.cnblogs.com/gzz2016/p/5283895.html