获取数组的大小 Mar 16th, 2016 8:52 am //获取数组元素中的个数 NSUInteger count = [array1 count];//返回的是一个无符号数值 NSUInteger是无符号的int类型