v1.5.0
版本发布时间: 2020-11-13 10:57:57
g1879/DrissionPage最新发布版本:v4.1.0.13(2024-12-07 09:41:08)
- s mode uses lxml library instead of requests_html library
- You can directly call the page object and element object to get the lower-level elements, element('@id=ele_id') is equivalent to element.ele('@id=ele_id')
- nexts(), prevs() methods can get text nodes
- Get pseudo element attributes and text
- Add link and inner_html attributes to element objects
- Various optimizations