使用道具 舉報
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" > <WebView android:id="@+id/webView1" android:layout_width="match_parent" android:layout_height="match_parent" /> </RelativeLayout>
WebView webview = (WebView) findViewById(R.id.webView1); webview.getSettings().getJavaScriptEnabled(); //讓webview支持javascript的方法 webview.loadUrl("http://www.jjwxc.net/"); // 打開url連結
本版積分規則 發表回覆 回帖後跳轉到最後一頁