-(void)reverse {. int i = 0;. int j = [array count] - 1;. while (i < j) {. [array exchangeObjectAtIndex:i withObject:[array objectAtIndex:j]];.
確定! 回上一頁