您好,登錄后才能下訂單哦!
NSString *htmlString = @"<font color=\"#6c6c6c\">快樂每一天,還剩<font color=\"#ff9147\">365天"; NSAttributedString *attributedString = [[NSAttributedString alloc] initWithData:[htmlString dataUsingEncoding:NSUTF8StringEncoding] options:@{NSDocumentTypeDocumentAttribute:NSHTMLTextDocumentType,NSCharacterEncodingDocumentAttribute:@(NSUTF8StringEncoding)} documentAttributes:nil error:nil];
遇到html字符串的話,需要展示的話,有時候需要轉義,用上面的方法可以展示,如果格式不是標準的格式不行,必須轉化成標準的格式才能顯示,
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。