美文网首页
OC 富文本解析 html字符串

OC 富文本解析 html字符串

作者: osnail | 来源:发表于2019-08-28 11:02 被阅读0次
NSString *htmlString = @"<p>\U6211\U4eec\U8981\U8ba4\U771f\U770b\U770b<p>"
NSAttributedString *attributedString = [[NSAttributedString alloc] initWithData:[htmlString dataUsingEncoding:NSUnicodeStringEncoding] options:@{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes:nil error:nil];

相关文章

网友评论

      本文标题:OC 富文本解析 html字符串

      本文链接:https://www.haomeiwen.com/subject/lklpectx.html