我正在尝试将html 放入TextView。一切正常,这是我的代码。 String htmlTxt = "<p>Hellllo</p>"; // the html is form an API Spanned html = Html.fromHtml(htmlTxt); ...
確定! 回上一頁