然后使用 BeautifulSoup(res.text, **lxmlr’)** 语句将网页源代码的字符串形式解析成了 BeautifulSoup 对象 应为 BeautifulSoup(res.text, **lxml)**
然后使用 BeautifulSoup(res.text, lxmlr’) 语句将网页源代码的字符串形式解析成了 BeautifulSoup 对象
应为 BeautifulSoup(res.text, lxml)