0

我正在使用 webview 并打开 url 并通过 post 方法接受登录凭据。我使用代码做到了这一点,以便用户在首次登录后无需输入这些代码。

但我无法这样做,我正在使用 POST 方法发送数据,但它无法打开主页以及如何检查它是 UTF-8 还是其他东西..

String data = "loginemailaddress=" + "username" + "&loginpassword=" + "password";
if(data != null) {
         myWebView.postUrl("https://www.pmtestonline.com/study.jsp", EncodingUtils.getBytes(data,"UTF-8"));
}
4

0 回答 0