如何将 html 的编码值保存为字符串帮助我我将 html 保存在字符串 htmldescription 中,但被编码为显示实际的 html 看到我的这篇文章html 代码更改时进入 json 并保存在字符串中
当我使用此命令保存在 textview 中时,HTML 代码将发生变化,完美显示
mytext= (Html.fromHtml(htmldescription));
但我想保存在字符串中我会怎么做?如何在字符串中保存编码的html(字符串)任何想法???
String htmldescription = school2.getJSONObject(0).getString("description");
mytext= (Html.fromHtml(htmldescription));
String coverthtml= mytext?????????????