2
3
//修改webView背景色
                    webView.backgroundColor = [UIColor clearColor];
                    [webView setOpaque:NO];

相关文章: