摘要:
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( 阅读全文
摘要:
def hero_skin(): import json import os import requests from bs4 import BeautifulSoup headers = {'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWe 阅读全文
摘要:
# 文章首页链接url = "https:/... 阅读全文