我将此代码放在我的程序中,用于我在 android 中的应用程序。
public class StudentModule extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_student_module);
WebView ourBrow = (WebView) findViewById(R.id.wvStudent);
ourBrow.loadUrl("http://sample.com/");
问题是......我什至无法登录该网站,password
而且username
是正确的...... :(请帮助我。