mWebView.loadData("我爱大海", "text/html", "UTF-8"); 这样加载是不行的
mWebView.loadDataWithBaseURL(null, "將賦予他們的傳教工作標示為", "text/html", "utf-8")
mWebView.loadData("我爱大海", "text/html", "UTF-8"); 这样加载是不行的
mWebView.loadDataWithBaseURL(null, "將賦予他們的傳教工作標示為", "text/html", "utf-8")