摘要: Python调用有道API实现翻译功能 # -*- coding:utf-8 -*- import requests from requests.exceptions import RequestException def translate(str_org): data = { 'doctype': 'json', 'type': 'A 阅读全文
posted @ 2020-11-22 00:44 DevBobcorn 阅读(133) 评论(0) 推荐(0) 编辑