取出某一行 /* 取出某一行 */ NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0]; ColorCell *vd =(ColorCell *)[self.colorTableView cellForRowAtIndexPath:indexPath];