翻译官

注册

 

发新话题 回复该主题

Python调用谷歌翻译2021年9月 [复制链接]

1#
全国治白癜风最好医院 https://m-mip.39.net/nk/mipso_4707905.html

前言

有人留言说,原先的不能用了,找了个新的,测试了下,可用。---年09月17日测试可用注意版本号环境

Python3.8.10pip21.1.3安装

pipinstallgoogletrans==4.0.0-rc1使用demo.py

fromgoogletransimportTranslator#设置Google翻译服务地址translator=Translator(service_urls=[translate.google.cn])translation=translator.translate(helloworld,dest=zh-CN)print(translation.text)运行

python3demo.py

#输出如下你好,世界

分享 转发
TOP
发新话题 回复该主题