22.17.2. 端点 URI 的 URI 参数 在本例中,我们具有完整的 URI 端点,您刚刚在网页浏览器中输入的内容。像在 Web 浏览器中一样,可以使用 & amp; 字符作为分隔符来设置多个 URI 参数。Camel 不在此处做任何技巧。 // we query for Camel at the Google page template.sendBody("http://www.google.com/search?q=Camel", null);前一个下一个