<div class="content">
// no fixed html formatting, but i want all the text for all the children here even nested children!
</div>
所以我该如何做到这一点,我只知道一个固定元素,但在它之下,HTML元素在页面之间非常不一致,有时我想要的文本直接在固定div下的段落中,或者有时它是在许多嵌套的div下,我想要一个方法来提取div.content下的文本,无论孩子们如何安排。