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请求
为梦想努力_冬