2019年5月7日

爬虫学习-爬LOL皮肤

摘要: # ! /sur/bin/python # coding:utf-8 import re import requests import time def get_hero_pic(): #图片URL = 固定+英雄ID+皮肤编号 #1 先获得英雄id res = requests.get("http 阅读全文

posted @ 2019-05-07 10:55 无法显示ing 阅读(138) 评论(0) 推荐(0)

导航