我正在尝试使用此代码:
let attrStr = try! NSAttributedString(
data: contentLabel.dataUsingEncoding(NSUnicodeStringEncoding, allowLossyConversion: true)!,
options: [ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType],
documentAttributes: nil)
它以HTML格式正确呈现,但链接无法正常工作。
我做错了什么?