OC之判断数组最大最小值
超简单的筛选方法
array为你筛选的数组
NSNumber * max = [Array valueForKeyPath:@"@max.floatValue"];
NSNumber * max = [Array valueForKeyPath:@"@min.floatValue"];ok结束
超简单的筛选方法
array为你筛选的数组
NSNumber * max = [Array valueForKeyPath:@"@max.floatValue"];
NSNumber * max = [Array valueForKeyPath:@"@min.floatValue"];ok结束