如果我有一個文件,舉辦這樣的 ++++++++++++++
Country 1
**this sentence is not important.
**date 25.09.2017, also not important
*******
Address
**Office
Address A, 100 City. Country X
**work time 09h00
我成功地刮掉了網站的第一頁,但是當我試圖刮掉多頁面頁面時,它工作正常,但結果完全錯誤。 代碼: import requests
from bs4 import BeautifulSoup
from urllib.parse import urljoin
for num in range(1,15):
res = requests.get('http://www.abcde.com/
我是python的新手,我需要幫助才能抓取某個關鍵字的所有鏈接。問題是,我發現了以下錯誤: if "air-max" in link["href"]: ^ IndentationError: expected an indented block. 這裏是我的代碼 import requests
import time
from bs4 import BeautifulSoup
header