CSDN博客地址
摘要: def write_report(url, excel_name, sheet_name): import re import ast import pandas as pd import openpyxl from copy import deepcopy resp = requests.get( 阅读全文
posted @ 2020-05-20 19:56 Yi_warmth 阅读(3276) 评论(0) 推荐(0) 编辑
摘要: def hero_skin(): import json import os import requests from bs4 import BeautifulSoup headers = {'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWe 阅读全文
posted @ 2020-05-20 14:22 Yi_warmth 阅读(274) 评论(0) 推荐(0) 编辑
摘要: # 文章首页链接url = "https:/... 阅读全文
posted @ 2020-05-20 10:31 Yi_warmth 阅读(388) 评论(0) 推荐(0) 编辑
CSDN博客地址