使用道具 舉報
<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連結
5鑽石 競拍︰550 碎鑽
10鑽石 競拍︰1100 碎鑽
20鑽石 競拍︰2200 碎鑽
100鑽石 競拍︰12000 碎鑽
本版積分規則 發表回覆 回帖後跳轉到最後一頁