有时候会出现一些很奇怪的问题,比如,webview就是打不开百度网页,那么
加上这句就好了(备忘):
WebSettings webSettings = webview.getSettings();
webSettings.setDomStorageEnabled(true);