0

我有一个NSMutableSet包含NSNumbers,我需要得到最高的。我该怎么做?

4

1 回答 1

6

您可以使用[mutableSet valueForKeyPath:@"@max.self"].

于 2013-07-18T16:49:25.610 回答