龍巖易富通網絡科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

android-async-http發(fā)送POST請求

2015.09.10 | 614閱讀 | 0條評論 | 未命名

RequestParams params = new RequestParams(); params.put("key", "value"); params.put("more", "data"); AsyncHttpClient client = new AsyncHttpClient(); client.post("http://www.google.com", params, new AsyncHttpResponseHandler() { @Override public void onSuccess(String response) { System.out.println(response); } });

贊 (

發(fā)表評論