您好,我在tableview中有自定义单元格。我有1行的六个部分。每行都有文本框如何在保存操作中访问这些文本字段值在我的cellForRowAtIndexPath代码下面staticNSString*CellIdentifier_result=@"ProfileFieldsCell";iPhone_FieldCell=(FieldCell*)[tableViewdequeueReusableCellWithIdentifier:CellIdentifier_resultforIndexPath:indexPath];if(iPhone_FieldCell==nil){iPhone_Fi