//cell无数据时,不显示间隔线UIView *v = [[UIView alloc] initWithFrame:CGRectZero];[tableView setTableFooterView:v];