?NSMutableAttributedString?*AttributedStr = [[NSMutableAttributedString?alloc]?initWithString:label.text];
[AttributedStr?addAttribute:NSForegroundColorAttributeName
?value:[HuConfigration?uiColorFromString:@"#D3D3D3"]
?range:NSMakeRange(0,?4)];
[AttributedStr?addAttribute:NSFontAttributeName
?value:[UIFont?customFontSize:18]
?range:NSMakeRange(0?,?4)];//0開(kāi)始,長(zhǎng)度是4