Xpath vs DOM vs BeautifulSoup vs lxml vs other这是解析网页的最快方法?

cod*_*ark 6 python xpath lxml dom html-parsing

我知道如何使用Python解析页面.我的问题是哪种解析技术最快的方法,其他解析技术的速度有多快?

我所知的解析技术是Xpath,DOM,BeautifulSoup,并使用findPython 的方法.