随笔分类 - python爬虫
摘要:爬虫实战 爬取图片 import requests import re for page in range(1,11): if page==1: url="http://www.netbian.com/meinv/index.htm" else: url=f'http://www.netbian.c
阅读全文
摘要:
爬虫实战 爬取音乐 前言: 此方法来源于网络:https://www.bilibili.com/video/BV1g8411G7ZC?p=1, 仅供个人学习 模块: | 模块 | | : : | | os | | tkinter | | webbrowser | | requests | | PyS
阅读全文
