Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NightWhistler 的 HtmlSpanner 在 TextView 中呈现我的 html 内容。我打了电话:
HtmlSpanner htmlspanner = new HtmlSpanner(); Spannable text = htmlspanner.fromHtml(content); mContentTx.setText(text);
我得到的输出只是图像,没有文字。当我打印出“文本”时,它显示空字符串。
有人可以请教!谢谢!
有这个问题导致 HtmlSpanner 在使用 HtmlCleaner 2.4 时产生空白输出
不适用于 HtmlCleaner 2.4
尝试使用 HtmlCleaner 2.2