Map<String, String> querys = new HashMap<String, String>(); querys.put("callback", "callback"); querys.put("cell", "cell"); querys.put("dtype", "json%2Fxml%2Fjsonp"); querys.put("hex", "16%E6%88%9610"); querys.put("lac", "lac"); querys.put("mnc", "0%E6%88%961");HttpResponse response = HttpUtils.doGet(host, path, method, headers, querys);怎么发送一个带上面这样query的get请求
添加回答
举报
0/150
提交
取消