NSArray 创建后不能改变

NSArray creates static arrays, and NSMutableArray creates dynamic arrays.

你可能感兴趣的:(Arrays)