22.17.3. 消息中的 URI 参数Map headers = new HashMap(); headers.put(Exchange.HTTP_QUERY, "q=Camel&lr=lang_en"); // we query for Camel and English language at Google template.sendBody("http://www.google.com/search", null, headers); 在上面的标头值中,它不应该 以 ? 前缀,而且您可以像 和 char 一样分隔参数。 前一个下一个