赞
踩
UILabel *label1=[[UILabel alloc]initWithFrame:CGRectMake(0, 0, 100, 100)];
NSDictionary *attribtDic = @{NSUnderlineStyleAttributeName: [NSNumber numberWithInteger:NSUnderlineStyleSingle]};
NSMutableAttributedString *attribtStr = [[NSMutableAttributedString alloc]initWithString:@"下划线" attributes:attribtDic];
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。