CGRect labelRect = CGRectMake(100, 5.0, 50, 50);UILabel *label = [[UILabel alloc] initWithFrame:labelRect];label.text = @"名称:";label.backgroundColor=[UIColor clearColor];[cell addSubview:label];