Google Api Translate V2,如何使用简单的url?
我简单的是: http://code.google.com /intl/de-DE/apis/language/translate/v2/using_rest.html#WorkingResults
当使用以下示例时: h**ps://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&source=en&target=de&q=Hello%20world
这也确实达到了任何内容: h**ps://www.googleapis.com/language/translate/v2?
它不起作用。未找到文件。我刚刚在 VB.Net 中尝试了 firefox 和 webclient,结果相同。
请问,Url 翻译的正确网址是什么?
问候
I simple was at:
http://code.google.com/intl/de-DE/apis/language/translate/v2/using_rest.html#WorkingResults
And when using the example of:
h**ps://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&source=en&target=de&q=Hello%20world
This also does reach any content:
h**ps://www.googleapis.com/language/translate/v2?
It does not work. File not found. I just tried firefox and webclient in VB.Net with same result.
Please, what is the correct url for translation by Url?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在我使用: http://msdn.microsoft.com/en-us/library /ff512419.aspx
微软图书馆。效果很好。
Now I used: http://msdn.microsoft.com/en-us/library/ff512419.aspx
The Microsoft Library. It works well.
由于某些原因,使用 Firefox 访问 URL 效果不佳。
使用 Chrome 的相同 URL 将按预期在浏览器中显示响应。
您还可以尝试使用 google-translate-api-v2-java
For some reason accessing the URL using Firefox does not work well.
The same URL using Chrome will show the response in the browser as expected.
You can also try using google-translate-api-v2-java