? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? 性能對(duì)比
當(dāng)網(wǎng)頁結(jié)構(gòu)簡(jiǎn)單并且想要避免額外依賴(不需要安裝庫),使用正則表達(dá)式更為合適。當(dāng)需要爬取數(shù)據(jù)量較少時(shí),使用較慢的BeautifulSoup也可以的。當(dāng)數(shù)據(jù)量大時(shí),需要追求效益時(shí),Lxml時(shí)最好選擇。