在Android中,可以使用WebView的方法来开启和关闭WebView:
WebView webView = findViewById(R.id.webView); webView.loadUrl("https://www.example.com");
webView.destroy();