webview.loadDataWithBaseURL(null,result,"text/html", "utf-8", null);
使用loadDataWithBaseURL替代loadData
参考网址:http://stackoverflow.com/questions/17501860/had-to-load-data-twice-to-make-webview-refresh-in-android
Android WebView loadData读取两次才能显示的问题
原文:http://www.cnblogs.com/Blessing/p/5164764.html