requests + re 爬去网站图书信息(Python)

# -*- coding: utf-8 -*- import requests import re, json if __name__ == '__main__':     content = requests.get('https://book.douban.com/').text     reg_base = '<ul.*?list-col list-col5 list-express sli
相关文章
相关标签/搜索