我想将 html 标签读取到 TextView,所以我这样做了:
titolo = (TextView) this.findViewById(R.articolo.titolo);
testo = (TextView) this.findViewById(R.articolo.testo);
titolo.setText(db.getTitolo());
testo.setText(db.getTesto());
testo.setText(Html.fromHtml(testo));
但我在这里有一个错误: testo.setText(Html.fromHtml(testo)); 为什么?
这个应用程序从数据库中检索数据,所以我希望如果我写入数据库,例如你好,使用 html.fromhtml 将其格式化为粗体