Android中的WebView

mWebView.loadDataWithBaseURL(null, data, "text/html",  "utf-8", null);

data为String类型的Html代码;

原文地址:https://www.cnblogs.com/xiao-xu/p/3193515.html