摘要: import os import requests url = 'https://pvp.qq.com/web201605/js/herolist.json' herolist = requests.get(url) # 获取英雄列表json文件 herolist_json = herolist.j 阅读全文
posted @ 2019-12-20 15:17 MQK 阅读(637) 评论(0) 推荐(0)