发生这种情况只是因为你让BeautifulSoup选择自己的最佳解析器,而你可能没有安装lxml。 最好的选择是使用 html.parser 来解析url。 from bs4 import BeautifulSoup ...
確定! 回上一頁