简短。我有以下代码:
elements.select("#offers_table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(2) > td:nth-child(1) > div > p.color-9.lheight16.marginbott5.x-normal").get(0).toString();
我正在
<p class="color-9 lheight16 marginbott5 x-normal"> This is the text I would like to get </p>
如何获得
这是我想要的文字
从这里开始?