摘要:
import requests from bs4 import BeautifulSoup def get_book(url): wb_data = requests.get(url) soup = BeautifulSoup(wb_data.text,'lxml') title_list = soup.select('h1 > span') title = t... 阅读全文
posted @ 2018-04-17 23:20
鱼汁糊粉
阅读(712)
评论(1)
推荐(0)

浙公网安备 33010602011771号