📅  最后修改于: 2022-03-11 14:52:02.815000             🧑  作者: Mango
// Private variable
private WebView web;
// Locating the webView ID form (For example activity_main)
myWebView = findViewById(R.id.myWebView);
// Loading the URL (google.com) into the webview
web.loadUrl("https://google.com");