最新回答 / Simles
我用 Python3.x 的環(huán)境寫的,代碼已經(jīng)上傳。鏈接:https://github.com/Simplation/spider_baike_demo
2018-06-17
python3 版本
import urllib.request
import http.cookiejar
代碼種所有的涉及到print語句,后面全部加了()
import urllib.request
import http.cookiejar
代碼種所有的涉及到print語句,后面全部加了()
2018-06-14
python3 的話,將代碼中所有的urllib2替換為urllib.request就行了
2018-06-13
pip install BeautifulSoup的時候報錯呀,錯誤是Could not find a version that satisfies the requirement BeautifulSoup (from versions: )
No matching distribution found for BeautifulSoup。 我mac本上的Python的版本是2.7
No matching distribution found for BeautifulSoup。 我mac本上的Python的版本是2.7
2018-06-12
最新回答 / 凌雪舞罄
是百度百科 https://baike.baidu.com/item/Python/407313?fr=aladdin不是百度。不過詞條頁面URL確實是變了,改一下規(guī)則就可以了
2018-06-09