Xpath

# 绝对路径
/
# 相对路径
//

* 匹配所有
[@属性名 = '']
text() = ''

bs4

Re

https://deerchao.net/tutorials/regex/regex.htm

match(pattern, string, flags=0) # 匹配对象 成功返回对象否则返回None

Lxml

验证码