标签: android webview mhtml
我有一个字符串,其中包含mhtml格式的网页内容。
mhtml
现在,我想在Android设备的Webview中显示此网页:
String str = "..."; // this is the mhtml document webView.loadData(str,"text/html",null);
但是这会显示mhtml标记,而不是解析它 非常感谢任何帮助。