python实战之爬虫音乐下载

import re#python 的正则库 import requests #python的requests库 import time songId = []#用来储存每首歌对应的数字 songName = []#用来储存每首歌的名字 #这里先下载一页的歌曲 for n in range(0,1):#先下载一页的歌曲 #字符串的格式化n代替{} url = ‘http://www.htqyy.co
相关文章
相关标签/搜索