-1
NSString * mistring = @"hello hello hello.";
NSRange detect; detect = [mistring rangeOfString: @"@hello"];
if (detect.location == NSNotFound)
{ NSLog(@"Not Found.");
}else{ NSLog (@"Se ha encontrado una coincidencia en la posición: %i", detectar.location); NSLog (@"Está tiene %i caracteres.", detectar.length); }
這個代碼僅顯示1 「你好」 ,但我需要的應用程序給我3 「你好」
這並不做任何計數。 – rmaddy
好的,現在就試試吧。 –