【发布时间】:2017-12-28 08:33:00
【问题描述】:
【问题讨论】:
【问题讨论】:
使用WebView加载html表格
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
JAVA 代码
WebView webView=findViewById(R.id.webview);
webView.loadData(htmlStringData, "text/html", "UTF-8");
【讨论】:
<table> 不支持与 Html.fromHtml 一起使用的 HTML 标记