Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
做
for (id object in array) { // do something with object }
保证按放入数组中的顺序返回对象?
它只是枚举器的简写。所以对NSArrays 来说是,对s和s来说不是NSSetNSDictionary
NSArray
NSSet
NSDictionary