python怎么调用这个api http://apistore.baidu.com/astore/serviceinfo/27469.html
1个回答
展开全部
import http.cookiejar
import urllib.request
url = 'http://howtospeak.org:443/api/e2c?user_key=dfcacb6404295f9ed9e430f67b641a8e¬rans=0&text=hello'
ckjar = http.cookiejar.MozillaCookieJar()
opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(ckjar))
res = opener.open(url)
print(res.read().decode('utf8'))
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询