NSDictionary *attribtDic = @{NSStrikethroughStyleAttributeName:@(NSUnderlineStyleSingle),NSBaselineOffsetAttributeName:@(0)};
NSMutableAttributedString *stringWithLine = [[NSMutableAttributedString alloc]initWithString:oprice attributes:attribtDic];
_olgprice.attributedText = stringWithLine;
网友评论