We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d254c4a commit a8afe0aCopy full SHA for a8afe0a
app/src/main/java/me/bzcoder/webview/MainActivity.java
@@ -10,6 +10,7 @@
10
import android.view.Menu;
11
import android.view.MenuItem;
12
import android.view.View;
13
+import android.view.View2;
14
import android.view.inputmethod.EditorInfo;
15
16
import com.bzcoder.webview.sample.R;
@@ -63,6 +64,10 @@ public void onClick(View v) {
63
64
break;
65
case R.id.bt_x5test:// 百度一下
66
String x5testUrl = "http://debugtbs.qq.com";
67
+ String x5testUrl1 = "http://debugtbs.qq.com";
68
+ if(x5testUrl1==1)
69
+ int k = 2;
70
+ else int b=2;
71
loadUrl(x5testUrl, "X5测试页");
72
73
case R.id.bt_baidu:// 百度一下
0 commit comments