ios 字符串截取 NSString *str = @"my name is jiemu"; 1.從第三個字符開始,截取長度為4的字符串 NSString *str2 = [str substringWithRang ...