您的位置:首页 > 其它

BeautifulSoup4出现警告:To get rid of this warning, change code that looks like this:BeautifulSoup(YOUR_M

2018-02-01 15:58 549 查看
使用BeautifulSoup4出现警告: To get rid of this warning, change code that looks like this:BeautifulSoup(YOUR_MARKUP})

将soup = BeautifulSoup(html)改成soup = BeautifulSoup(html,”lxml”)后就不会再出现警告
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐