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.
我需要一些方法从谷歌翻译中的短语手册中获取单词。如何从 Google Translate Phasebook 中获取所有单词?有没有它的java api?
尝试 Firebug 来查看 GET/POST 参数,然后在 Java 中寻找类似 Curl 的东西来发送这些参数,最后解析 HTTP 响应。谷歌翻译使用 ajax 来发送和接收 HTTP 请求,而 Firebug 是最好的工具。