課程
/后端開發(fā)
/Python
/Python開發(fā)簡單爬蟲
請問一下老師和同學們初始化soup對象時,這個'html.parser'是什么意思啊?
2018-01-10
源自:Python開發(fā)簡單爬蟲 7-5
正在回答
是指定Beautiful的解析器為“html.parser”還有BeautifulSoup(markup,"lxml")BeautifulSoup(markup,?"lxml-xml")?BeautifulSoup(markup,"xml")等等很多種
Ironside 提問者
舉報
本教程帶您解開python爬蟲這門神奇技術的面紗
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2018-01-10
是指定Beautiful的解析器為“html.parser”還有BeautifulSoup(markup,"lxml")BeautifulSoup(markup,?"lxml-xml")?BeautifulSoup(markup,"xml")等等很多種