资源简介

Python调用百度翻译接口

资源截图

代码片段和文件信息

# /usr/bin/env python
# -*- coding: utf-8 -*-
import requests
import random
import hashlib
q = ‘苹果‘
salt = str(random.randint(050))
#申请网站 http://api.fanyi.baidu.com/api/trans
appid = ‘‘
secretKey = ‘‘
sign = appid+q+salt+secretKey
# sign=sign.encode(“utf-8“)
# m = hashlib.md5()
# m.update(sign)
# sign = m.hexdigest()
#转换为MD5
s

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        709  2019-07-09 12:00  百度翻译接口.py

----------- ---------  ---------- -----  ----

                  709                    1


评论

共有 条评论