python實戰之爬蟲音樂下載

import re#python 的正則庫 import requests #python的requests庫 import time songId = []#用來儲存每首歌對應的數字 songName = []#用來儲存每首歌的名字 #這裏先下載一頁的歌曲 for n in range(0,1):#先下載一頁的歌曲 #字符串的格式化n代替{} url = ‘http://www.htqyy.co
相關文章
相關標籤/搜索