iOS OC获取数组中某一段元素 2021-10-25 本文已影响0人 Lee坚武 NSArray *newArray = [oldArray subarrayWithRange:NSMakeRange(0, 10)];