Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个 html 页面,其中有一个文本字段和一个提交按钮,用户在文本字段中输入一个单词并单击提交。有一个通过 request.getParameter() 获取用户输入的 servlet。现在我想将此输入词发送到 thesaurus.com 并检索该词的同义词并将此同义词作为响应发送回用户我想将此功能包含在上述 servlet 本身中......请帮助!
您可以使用 java.net api 或使用 apache HTTP 客户端。使用 java.net api 只需创建 url 对象并打开连接并使用 write 方法发送参数并获取响应。
要检查发送的参数,您可以使用 mozila 的 http live header 插件