简单粗暴直接贴代码
WebView wv = (WebView) findViewById(R.id.wv); wv.setBackgroundColor(0); // 设置背景色 wv.getBackground().setAlpha(0);