标签: android
我的属性值来自html标记.can任何正文告诉如何解析值
任何帮助将不胜感激
答案 0 :(得分:0)
如果您有多个属性字符串值并且只想在屏幕上显示它,则无需解析,只需使用 WebView 显示它们。
WebView
String summary = "<html><body>You scored <b>192</b> points.</body></html>"; webview.loadData(summary, "text/html", "utf-8");