Python爬取知乎文章(一)

#-*- coding: UTF-8 -*- import requests import sys from bs4 import BeautifulSoup #獲取網頁body裏的內容 def get_content(url , data = None): header={ 'Accept': 'text/html,application/xhtml+xml,app
相關文章
相關標籤/搜索