NSArray 或者 NSMUtableArray 去除重複的數據:io
原來集合操做能夠經過valueForKeyPath來實現的,去重能夠一行代碼實現:table
[array valueForKeyPath:@"@distinctUnionOfObjects.self"];nio