NSString *string = @"測(cè)試數(shù)據(jù)"; NSDictionary *attributedDict = @{ NSFontAttributeName:[UIFont systemFontOfSize:16.0], NSForegroundColorAttributeName:[UIColor redColor], NSUnderlineStyleAttributeName:@(NSUnderlineStyleThick) }; NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc...
www.dbjr.com.cn/article/1400...htm 2025-5-24