TextView显示html内容

TextView tv = (TextView) findViewById(R.id.webview);
tv.setText(Html.fromHtml(url));

猜你喜欢

转载自tracy061.iteye.com/blog/1628432