WebView自适应屏幕大小 WebView自适应屏幕大小http://www.2cto.com/kf/201208/146368.html
WebSettings webSettings= webView.getSettings(); // webView: 类WebView的实例webSettings.setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);