标签: 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");