1.删除section
[DataArray removeObjectAtIndex:path.section];
[_AllTableView deleteSections:[[NSIndexSet alloc]initWithIndex:path.section] withRowAnimation:UITableViewRowAnimationFade];
2.删除row
[commentArray removeObjectAtIndex:path.row];
[_TopicTableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:path] withRowAnimation:UITableViewRowAnimationFade];