摘要: Python调接口&资源下载 HTTP-GET请求 def http_get(url): res = requests.get(url).text js = json.loads(res) return js["data"] 调接口的例子 实现百科查询以及中英文互译 import json impo 阅读全文
posted @ 2021-10-23 14:40 Mr__LIN 阅读(102) 评论(0) 推荐(0)