2016年1月27日

Android WebView loadData读取两次才能显示的问题

摘要: webview.loadDataWithBaseURL(null,result,"text/html", "utf-8", null); 使用loadDataWithBaseURL替代loadData 参考网址:http://stackoverflow.com/questions/17501860/ 阅读全文

posted @ 2016-01-27 22:23 圣光 阅读(507) 评论(0) 推荐(0)

导航