v1.5.0
版本发布时间: 2020-11-13 10:57:57
g1879/DrissionPage最新发布版本:v4.0.4.23(2024-05-28 11:01:21)
- 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