android-webview

呼延辰龙
2023-12-01
  setContentView (R .layout .activity_main);
        mWebView = (WebView )findViewById (R.id.wv);
        WebSettings ws = mWebView . getSettings ();
        ws . setJavaScriptEnabled (true);

        mWebView.loadUrl("http://haitaocs.com:9090/");


 类似资料: