求解,jsoup取值问题,值已在后台拿到,改如何具体的解析

[美元白银] [超买超卖]请注意:美元白银威廉指标出现超卖情况,指标利多,现价为16.32。请关注其在超卖区域的表现。
<!--点赞-->
<!--点赞-->
[美元/加元] [支撑阻力]请注意:当前美元/加元价格触碰到一小时阻力位1.3157,建议短线交易者关注。
<!--点赞-->
<!--点赞-->

现在只是取到了所有的td,我想去掉上面所有的标签,改如何写
Document doc = t.getDocument("http://b.1stool.com/");

                             Elements elements1 = doc.select("table");
                             Elements elements2 = elements1.select("#zhibiao");
                             System.out.println(elements2);

http://blog.csdn.net/huangxy10/article/details/8188067