我Html.fromHtml用来查看html TextView.
Html.fromHtml
TextView
Spanned result = Html.fromHtml(mNews.getTitle()); ... ... mNewsTitle.setText(result);
但Html.fromHtml现在已经在Android N +中弃用了
我/我如何找到新的方法?
android deprecated android-7.0-nougat
android ×1
android-7.0-nougat ×1
deprecated ×1