// 设置
// indePath 定位信息 包含section和row
cell.textLabel.text = [NSString stringWithFormat:@"s: %ld, r: %ld", indexPath.section, indexPath.row];

iOS-UI-UITableView-indePath 定位信息 包含section和row