<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連結
歡迎光臨 Android 台灣中文網 (https://apk.tw/) | Powered by Discuz! X3.1 |