谷歌/Google
Google翻译接口(PHP API)
2023-11-16 18:06

Google翻译接口(PHP API)

Python 中有多个可以调用谷歌翻译 API 的第三方库hao123,常用的有 `` 和 ``。使用 `` 库:``` import = ()# 翻译中文为英文print(.('你好', dest='en').text)# 翻译英文为中文print(.('Hello', dest='zh-CN').text)```使用 `` 库:``` import = (to_lang="en")# 翻译中文为英文 = .("你好")print() = (to_lang="zh")# 翻译英文为中文 = .("Hello")print()```需要注意的是Google翻译接口(PHP API),调用谷歌翻译 API 需要科学上网google 即时翻译google 即时翻译,否则可能会出现连接超时等错误。

【本文来源于互联网转载,如侵犯您的权益或不适传播,请邮件通知我们删除】

发表评论
0评