Should Text() return all sibling text?
sunshineplan opened this issue · 0 comments
sunshineplan commented
For example:
<div align="center">
<a href="search_3.asp?action=up">up</a>
<a href="search_3.asp?action=down">down</a>
(2021-9-20~2021-9-26)
</div>
Current, div.Text() only returns
, should it return (2021-9-20~2021-9-26)
will be better?