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
提交
取消