1. 首页
  2. 数据库
  3. 其它
  4. Python 爬虫 小练习

Python 爬虫 小练习

上传者: 2020-12-23 01:04:02上传 PDF文件 33.73KB 热度 24次
获得某易云音乐 对应歌单下的所有歌曲的歌曲、专辑图片、歌手图片、lrc歌词 import requests from bs4 import BeautifulSoup from selenium import webdriver from selenium.webdriver.chrome.options import Options import urllib.request import json import re headers = { 'Referer': 'http://music.163.com/', 'Host': 'music.163.com', 'U
用户评论