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

data为String类型的Html代码;