數組 NSArray 只能存放對象 常量性 長度、元素指針不能更改 遍歷數組推薦使用快速枚舉方法 NSMutableArray 支持更改長度和元素指針 集合 NSSet和NSMutableSet 字典 NSDictionary和NSMutableDictonary