DecodeHTML.swift是解码HTML条目到字符串的字符串扩展。
htmlToStriglet myHtmlStrig = "C’est la Frace"pritl("\(myHtmlStrig.htmlToStrig)") // prits "C'est la Frace"htmlToNSAttributedStriglet myHtmlStrig = "C’est la Frace"let label = UILabel()label.attributedText = myHtmlStrig.htmlToNSAttributedStrig点击空白处退出提示










评论