webview使用utf_8
mWebView.loadData("我爱大海", "text/html", "UTF-8");?这样加载是不行的
mWebView.loadDataWithBaseURL(null, "予他的教工作示", "text/html", "utf-8")
发布时间: 2012-09-02 21:00:34 作者: rapoo
webview使用utf_8
mWebView.loadData("我爱大海", "text/html", "UTF-8");?这样加载是不行的
mWebView.loadDataWithBaseURL(null, "予他的教工作示", "text/html", "utf-8")