摘要: 1.通过Request的headers参数修改 1 import urllib.request 2 import urllib.parse 3 import json 4 5 content = input("请输入翻译的内容:") 6 7 url = 'http://fanyi.youdao.co 阅读全文
posted @ 2020-06-30 15:35 hanjianfei 阅读(4156) 评论(0) 推荐(1) 编辑
摘要: import urllib.request import urllib.parse import json content = input("请输入翻译的内容:") url = 'http://fanyi.youdao.com/translate?smartresult=dict&smartresu 阅读全文
posted @ 2020-06-30 13:06 hanjianfei 阅读(704) 评论(0) 推荐(1) 编辑