beautifulsoup4

安装

1
2
pip3 install beautifulsoup4
#python 3.6 deepin15.7

bs4理解以及引用

bs类基本元素

Name属性

Attribus属性

Comment属性

总结

HTML基本格式以及遍历

下行遍历

上行遍历

平行遍历

迭代类型:只能放在循环里面

pretiffy()

美化代码

find_all

name

attrs

recursive

string

拓展办法