摘要: 1 import requests 2 3 response = requests.get(host) 4 5 #无需import json库 6 7 i = respon.json() 8 9 #此时可用字典的方式查询,例如 10 print(i[''words_result']) 11 #若子项 阅读全文
posted @ 2020-08-20 15:37 圣猴抽 阅读(1332) 评论(0) 推荐(0) 编辑
摘要: https://pan.baidu.com/s/1nH_KrsHoLEJlJQKhfIoXHA 阅读全文
posted @ 2020-07-21 17:14 圣猴抽 阅读(6275) 评论(0) 推荐(1) 编辑