gpt4 book ai didi

html - 如何将 html 文本设置为标签 Swift

转载 作者:行者123 更新时间:2023-11-30 13:26:40 24 4
gpt4 key购买 nike

我有一个带有 html 内容的字符串,如下所示

let content:String = "<p>p1</p><p>p2</p>"
let contentFromHtml = try! NSAttributedString(
data: content.dataUsingEncoding(NSUnicodeStringEncoding, allowLossyConversion: true)!,
options: [ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType],
documentAttributes: nil)
label.text = contentFromHtml

我无法得到“回车符”

最佳答案

尝试label.attributedText

此属性需要一个属性字符串,就像您的示例中一样。

关于html - 如何将 html 文本设置为标签 Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37099863/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com