带有加载数据的Android WebView无法在中文文本中提供正确的输出

时间:2014-02-15 12:35:09

标签: android html webview android-webview

我在Android Web View中加载了html页面 在这个html页面中,文本是中文,因此它无法在Web视图中正确显示 从数据库中读取并在Web视图中显示的文本

我的代码是

wvContentDesc = (WebView) findViewById(R.id.Wv_content_desc);
wvContentDesc.loadData(articlesBean.content, "text/html", "utf-8");

0 个答案:

没有答案