为什么尝试在其中加载html字符串时无法在webView中正确显示汉字

时间:2019-01-15 11:21:58

标签: android html url webview

在Android上使用<error-page> <error-code>404</error-code> <location>C:\Program Files\Apache Software Foundation\Tomcat 8.0\webapps\ROOT\error_image.jpg</location> </error-page> webView.loadData(String data, String mimeType, String encoding)中显示html内容不会正确显示汉字。将webViewloadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl)"baseUrl"的空值一起使用将解决此问题。有这种行为吗?

"historyUrl"

webView.loadData: Does not display the Chinese characters correctly
webView.loadDataWithBaseURL: Displays the Chinese characters correctly`

1 个答案:

答案 0 :(得分:0)

在这里看看: Android Chinese characters in WebView

请确保网站的内容为UTF-8,也与您所使用的相同。