在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内容不会正确显示汉字。将webView
和loadDataWithBaseURL(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`