http get请求java示例 String body = HttpRequest.get(keywordUrl).header("", "").execute().body();JSONObject jsonObject = JSONObject.parseObject(body);