Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用Mechanize我想获取 HTML 元素之后的文本节点:
<b>test</b>THIS IS THE TEXT I WANT.
<b>使用节点后如何获取该文本page.at('b')?
<b>
page.at('b')
那将是:
page.at('b').next