+ (NSAttributedString*)getAttributedStringFromHtmlString:(NSString*)htmlString{
return [[NSAttributedString alloc]initWithData:[htmlString dataUsingEncoding:NSUnicodeStringEncoding] options:@{NSDocumentTypeDocumentAttribute:NSHTMLTextDocumentType} documentAttributes:nil error:nil];;
}
相关文章
- 06-08使用highlight.js在HTML页面中实现代码高亮显示
- 06-08IntelliJ idea 如何将两个代码左右同时显示
- 06-08HTML5文本输入框粒子动画特效DEMO演示
- 06-08matplotlib图形中添加文本
- 06-08ReportServices如何在一页中将报表分成两列显示
- 06-08截断文本问题
- 06-08FioriLaunchpad.html的三个round-trip
- 06-08html中部分常用的实体符号集
- 06-08JS查询页面是否被百度收录,没有收录则显示搜索链接
- 06-08源码安装git工具,显示/usr/local/lib64/libcrypto.a(dso_dlfcn.o) undefined reference to `dlopen'