摘要: 百度翻译 点击查看代码 import json import requests url = "https://fanyi.baidu.com/sug" word = input("Enter a word:") data = { "kw": word } headers = { "User-Agen 阅读全文
posted @ 2022-01-24 19:27 码三百 阅读(69) 评论(0) 推荐(0)