谢谢!
import requests
url="https://fanyi.baidu.com/"
a={"kw":"dog"}
resp=requests.post(url,data=a)print(resp.json())
因为没有sug。还有没有关闭响应(题外话)
一楼说的对啊,我验证了