如何在webview中以mhtml格式显示字符串?

时间:2015-08-05 12:01:38

标签: android webview mhtml

我有一个字符串,其中包含mhtml格式的网页内容。

现在,我想在Android设备的Webview中显示此网页:

String str = "..."; // this is the mhtml document
webView.loadData(str,"text/html",null);

但是这会显示mhtml标记,而不是解析它 非常感谢任何帮助。

0 个答案:

没有答案