我想显示 HTML
"<html><body><font color=\"black\">
In the name of <font color=\"blue\"><b> God</b></font>
the compassionate, the merciful</font></body><html>"
在文本视图中。所以我用过Html.fromHtml()
,但输出与浏览器不同。
不同之处在于“上帝”一词在 TextView 中不会以蓝色出现。
代码:
textView.setText("<html><body><font color=\"black\">
In the name of <font color=\"blue\"><b> God</b></font>
the compassionate, the merciful</font></body><html>");